1
0
mirror of https://github.com/sys-fs/tubes synced 2024-11-24 12:25:53 -05:00

Amend README

This commit is contained in:
Thomas Mannay 2016-09-18 15:36:42 +01:00
parent 09c2e6fa0d
commit 69c1db7214

View File

@ -6,8 +6,10 @@ the server writes to in and the bot writes to out.
Installing Installing
========== ==========
tubes is configured within tubes.c by changing the values of the server and tubes' defaults are configured within tubes.c by changing the values of the
port variables at compile time. OpenSSL is a dependency of tubes; download server and port variables at compile time. OpenSSL is a dependency of tubes;
the devel package from your distro. download the devel package from your distro.
To install, cd into the cloned directory and `sudo make install`.
Custom compiler flags can be appended to the defaults, e.g. `CFLAGS=-fPIC`. Custom compiler flags can be appended to the defaults, e.g. `CFLAGS=-fPIC`.