mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
thx to urs, made it less confusing
This commit is contained in:
parent
450af97612
commit
359915a568
1 changed files with 12 additions and 7 deletions
17
INSTALL.org
17
INSTALL.org
|
@ -11,13 +11,18 @@ It depends on no one.
|
||||||
Type
|
Type
|
||||||
: make
|
: make
|
||||||
|
|
||||||
and you are done.
|
* Installation
|
||||||
|
|
||||||
Other possible targets include:
|
So that other projects like psycd and psyced immediately
|
||||||
|
find the library on compilation...
|
||||||
|
|
||||||
|
: [sudo] make install [prefix=/usr] # install into prefix
|
||||||
|
|
||||||
|
* Other possible targets include:
|
||||||
|
|
||||||
: 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
|
: 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue