From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- INSTALL | 71 ----------------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 5926538..0000000 --- a/INSTALL +++ /dev/null @@ -1,71 +0,0 @@ -Compiler Prerequisites - - build-time: - - - g++ >= 3.4.3 http://gcc.gnu.org - - build >= 0.3.10 https://www.codesynthesis.com/projects/build/ - - cli >= 1.2.0 https://www.codesynthesis.com/projects/cli/ - - run-time: - - - libxerces-c >= 3.0.0 http://xerces.apache.org/xerces-c/ - - libcutl >= 1.8.0 https://www.codesynthesis.com/projects/libcutl/ - - libxsd-frontend >= 2.0.0 https://www.codesynthesis.com/projects/libxsd-frontend/ - - -Generated Code Prerequisites - - build-time: - - - libxsd (header-only XSD runtime library, part of the XSD distribution) - - run-time: - - - libxerces-c >= 3.0.0 (C++/Tree and C++/Parser mappings) - http://xerces.apache.org/xerces-c/ - - - libexpat >= 1.95.8 (C++/Parser mapping, alternative to libxerces-c) - http://www.libexpat.org - - -Building XSD - - First build (and optionally install) all the prerequisites listed above. - Alternatively, you can use the xsd+dep package that includes all the - prerequisites (except g++ and libxerces-c) and can be built with a - single 'make' invocation. - - Once the prerequisites are ready, to build the XSD compiler in source - directory simply run 'make'. You can also build in a separate directory, - for example: - - $ mkdir xsd-i686-pc-linux-gnu - $ cd xsd-i686-pc-linux-gnu - $ make -f ../xsd-x.y.z/makefile - - -Installing XSD - - To install XSD, run 'make install'. Use the install_prefix command - line variable to specify installation location (default is /usr/local), - for example: - - $ make install_prefix=/usr install - - You can fine-tune the installation locations with the following make - variables: - - install_prefix default is /usr/local - install_data_prefix default is install_prefix - install_exec_prefix default is install_prefix - - install_bin_dir default is install_exec_prefix/bin - install_sbin_dir default is install_exec_prefix/sbin - install_lib_dir default is install_exec_prefix/lib - - install_data_dir default is install_data_prefix/share - install_inc_dir default is install_data_prefix/include - - install_doc_dir default is install_data_dir/doc - install_man_dir default is install_data_dir/man - install_info_dir default is install_data_dir/info -- cgit v1.1