- Timestamp:
- May 27, 2015, 5:03:58 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 52ac3b4
- Parents:
- 6aa5ec0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r6aa5ec0f r6244dfb 3 3 4 4 Cforall is built using GNU Make and the GNU Autoconf system. It also requires 5 g++ version 3, bison and flex. On systems where GNU Make is the default make5 g++ version 4, bison and flex. On systems where GNU Make is the default make 6 6 it may suffice to build the system by entering the commands 7 7 … … 17 17 18 18 --prefix=/some/directory controls the path prefix common to all installed 19 cfa-cc components. Some components will be installed in /some/directory/bin,20 others in /some/directory/lib. If unspecified, this defaults to /usr/local.19 cfa-cc components. Some components will be installed in /some/directory/bin, 20 others in /some/directory/lib. If unspecified, this defaults to /usr/local. 21 21 22 --with-backend-compiler=PROGRAM specifies the installed path of gcc 3.2. It23 defaults to the first command named 'gcc' in the current PATH.22 --with-backend-compiler=PROGRAM specifies the installed path of gcc. It 23 defaults to the first command named 'gcc' in the current PATH. 24 24 25 25 cfa-cc itself is built with the version of g++ specified by the environment
Note: See TracChangeset
for help on using the changeset viewer.