mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
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:
parent
ece5c86cb4
commit
6727662171
2 changed files with 23 additions and 18 deletions
23
INSTALL.org
Normal file
23
INSTALL.org
Normal 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
|
||||
|
18
README.org
18
README.org
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue