summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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-