having to look through docs if you just want to install things can be confusing.. mami just spent time finding the line that says "make"

This commit is contained in:
psyc://psyced.org/~lynX 2012-02-27 23:13:32 +01:00
parent ece5c86cb4
commit 6727662171
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