Quellcode durchsuchen

Amend README

master
Thomas Mannay vor 7 Jahren
Ursprung
Commit
69c1db7214
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. +5
    -3
      README.md

+ 5
- 3
README.md Datei anzeigen

@@ -6,8 +6,10 @@ the server writes to in and the bot writes to out.
Installing
==========

tubes is configured within tubes.c by changing the values of the server and
port variables at compile time. OpenSSL is a dependency of tubes; download
the devel package from your distro.
tubes' defaults are configured within tubes.c by changing the values of the
server and port variables at compile time. OpenSSL is a dependency of tubes;
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`.

Laden…
Abbrechen
Speichern