diff --git a/INSTALL.org b/INSTALL.org new file mode 100644 index 0000000..7f2ee09 --- /dev/null +++ b/INSTALL.org @@ -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 + diff --git a/README.org b/README.org index d30fe15..f647d65 100644 --- a/README.org +++ b/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