summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-08-30 09:07:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-08-30 09:07:15 +0200
commite2299f6d95ba3264072d6ddc49f153ad73fd9d24 (patch)
tree51a973e08ad8cf62ad18ce165dc90a2a1d4ec9d7 /INSTALL
parentb49b2a2a4a2f178da177d5310d1ec36f292ac78e (diff)
Link to the libcutl library
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 15 insertions, 7 deletions
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-