summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-01-10 10:06:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-01-10 10:06:45 +0200
commit8057904d4e023a2d69d9966b8c8772a9ae63b7d3 (patch)
tree45fdc433329d8ce9bd88220f34843deed8ccce33
parentfebdcc938578f236c4d0833a8dacc682d944d3d8 (diff)
Add cli as prerequisite in INSTALL file
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 0f21d76..96e63f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,14 +2,15 @@ Compiler Prerequisites
build-time:
- - build >= 0.3.10 http://www.codesynthesis.com/projects/build/
- - g++ >= 3.4.3 http://gcc.gnu.org
+ - g++ >= 3.4.3 http://gcc.gnu.org
+ - build >= 0.3.10 http://www.codesynthesis.com/projects/build/
+ - cli >= 1.2.0 http://www.codesynthesis.com/projects/cli/
run-time:
- - libxsd-frontend >= 2.0.0 http://www.codesynthesis.com/projects/libxsd-frontend/
- - libcutl >= 1.8.0 http://www.codesynthesis.com/projects/libcutl/
- - libxerces-c >= 3.0.0 http://xerces.apache.org/xerces-c/
+ - libxerces-c >= 3.0.0 http://xerces.apache.org/xerces-c/
+ - libcutl >= 1.8.0 http://www.codesynthesis.com/projects/libcutl/
+ - libxsd-frontend >= 2.0.0 http://www.codesynthesis.com/projects/libxsd-frontend/
Generated Code Prerequisites