Changes in INSTALL [4200b7e:d6cd371]
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r4200b7e rd6cd371 1 cfa-cc: Cforall to C Trans-compiler1 cfa-cc: The Cforall->C Compiler System 2 2 ====================================== 3 3 4 4 Cforall is built using GNU Make and the GNU Autoconf system. It also requires 5 g++ version >= 6, bison and flex. On systems where GNU Make is the default5 g++ version >= 4.6, bison and flex. On systems where GNU Make is the default 6 6 make, the system is built by entering the commands: 7 7 8 For dev elopers using the root git:8 For devs using the root git: 9 9 10 $ ./autogen.sh 11 $ ./configure 12 $ make -j 8 install 10 ./autogen.sh 11 ./configure 12 make 13 make install 13 14 14 15 For users using the distributed tarball: 15 16 16 $ ./configure 17 $ make -j 8 install 18 19 where 8 is the number of CPUs on your computer. 20 17 ./configure 18 make 19 make install 21 20 22 21 Options for 'configure' 23 ====================================== 22 ----------------------- 24 23 The script 'configure' accepts many command line arguments. Run './configure 25 24 --help' to see a list of all of them. This document attempts to summarize the … … 32 31 it is important not to put quotes around the directory path; Cforall may 33 32 appear to build, but the installed version may not work properly. 34 35 36 Build Test37 ======================================38 39 $ cd ./test40 $ make -j 8 all-tests41 42 The tests take about 2-5 minutes and can be stopped at any time.
Note:
See TracChangeset
for help on using the changeset viewer.