thx to urs, made it less confusing

This commit is contained in:
psyc://psyced.org/~lynX 2012-05-11 11:49:17 +02:00
parent 450af97612
commit 359915a568
1 changed files with 12 additions and 7 deletions

View File

@ -11,13 +11,18 @@ It depends on no one.
Type
: make
and you are done.
* Installation
Other possible targets include:
So that other projects like psycd and psyced immediately
find the library on compilation...
: make install [prefix=/usr] # install into prefix
: make diet # compile with diet libc
: make test # compile and run the tests
: make doc # generate the API documentation (will be put in the doc folder)
: make help # display the possible targets
: [sudo] make install [prefix=/usr] # install into prefix
* Other possible targets include:
: make help # display the possible targets
: make test # compile and run the tests
: make diet # compile with diet libc
: make doc # generate the API documentation
# (will be put in the doc folder)