diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/README b/data/README index d07a632..e5bd942 100644 --- a/data/README +++ b/data/README @@ -59,12 +59,12 @@ HOWTO COMPILE (all commands are supposed to be written in tuxanci sources directory) Building Client --------------- - $ cmake . -DNO_Server=1 -DNO_Audio=1 + $ cmake . -DNO_Audio=1 $ make # make install Building Server -------------- - $ cmake . + $ cmake . -DServer=1 $ make $ make install Removing current install |