From e2299f6d95ba3264072d6ddc49f153ad73fd9d24 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 30 Aug 2009 09:07:15 +0200 Subject: Link to the libcutl library --- INSTALL | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 452909c..479660e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,18 @@ +General +------- + +Unless you are using the cli+dep package, you will also need to install +the following dependencies: + + libcutl >= 1.0.0 http://www.codesynthesis.com/projects/libcult/ + +Additionally for UNIX-like operating systems: + + build >= 0.3.4 http://kolpackov.net/projects/build/ + +The cli+dep package comes with the necessary dependencies bundled. + + UNIX ---- @@ -6,13 +21,6 @@ Most recent GNU/Linux distributions should already have this version installed. To check the GNU make version run make (or gmake) with the --version option. -Unless you are using the cli+dep package, you will also need to install -build 0.3.4 or later: - -http://kolpackov.net/projects/build/ - -The cli+dep package comes with the necessary build files bundled. - To build the compiler, tests, and examples simply run make in the root directory of the package. To run the automated tests, run 'make test'. To clean the object file, executables, etc., run 'make clean'. To de- -- cgit v1.1