ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since 472a8dd was
6244dfb,
checked in by Peter A. Buhr <pabuhr@…>, 9 years ago
|
update INSTALL README documentation
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[51b7345] | 1 | cfa-cc: The Cforall->C Compiler System |
---|
| 2 | ====================================== |
---|
| 3 | |
---|
[b87a5ed] | 4 | Cforall is built using GNU Make and the GNU Autoconf system. It also requires |
---|
[6244dfb] | 5 | g++ version 4, bison and flex. On systems where GNU Make is the default make |
---|
[b87a5ed] | 6 | it may suffice to build the system by entering the commands |
---|
[51b7345] | 7 | |
---|
| 8 | ./configure |
---|
| 9 | make |
---|
| 10 | make install |
---|
| 11 | |
---|
| 12 | Options for 'configure' |
---|
| 13 | ----------------------- |
---|
[b87a5ed] | 14 | The script 'configure' accepts many command line arguments. Run './configure |
---|
| 15 | --help' to see a list of all of them. This document attempts to summarize the |
---|
| 16 | most useful arguments. |
---|
[51b7345] | 17 | |
---|
[b87a5ed] | 18 | --prefix=/some/directory controls the path prefix common to all installed |
---|
[6244dfb] | 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. |
---|
[51b7345] | 21 | |
---|
[6244dfb] | 22 | --with-backend-compiler=PROGRAM specifies the installed path of gcc. It |
---|
| 23 | defaults to the first command named 'gcc' in the current PATH. |
---|
[51b7345] | 24 | |
---|
[b87a5ed] | 25 | cfa-cc itself is built with the version of g++ specified by the environment |
---|
| 26 | variable CXX. If CXX is unset, cfa-cc is built using the first command named |
---|
| 27 | 'g++' in the current PATH. |
---|
Note: See
TracBrowser
for help on using the repository browser.