Merge commit 'l/master'

This commit is contained in:
psyc://psyced.org/~lynX 2012-05-07 21:40:40 +02:00
commit 450af97612
2 changed files with 23 additions and 18 deletions

23
INSTALL.org Normal file
View File

@ -0,0 +1,23 @@
#+TITLE: libpsyc INSTALL file
#+OPTIONS: toc:nil num:nil
* Requirements
libpsyc is currently known to compile under Linux and SunOS.
It depends on no one.
* Compiling libpsyc
Type
: make
and you are done.
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

View File

@ -44,24 +44,6 @@ For more information see the API documentation at [[http://lib.psyc.eu/doc/]].
: test/ # test sourcecodes and test input files
: d/ # the D binding
* Compiling libpsyc
Type
: make
and you are done.
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
* Requirements
libpsyc is currently known to compile under Linux and SunOS.
* Authors
The library is being developed by