From 8057904d4e023a2d69d9966b8c8772a9ae63b7d3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Jan 2014 10:06:45 +0200 Subject: Add cli as prerequisite in INSTALL file --- INSTALL | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.1