From 672766217148479bf7d85d395527e8ec0d365a34 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Mon, 27 Feb 2012 23:13:32 +0100 Subject: [PATCH] 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" --- INSTALL.org | 23 +++++++++++++++++++++++ README.org | 18 ------------------ 2 files changed, 23 insertions(+), 18 deletions(-) create mode 100644 INSTALL.org 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