ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since b96d7c1 was ca0f5e34, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
Update install file
|
-
Property mode
set to
100644
|
File size:
1002 bytes
|
Line | |
---|
1 | cfa-cc: The Cforall->C Compiler System
|
---|
2 | ======================================
|
---|
3 |
|
---|
4 | Cforall is built using GNU Make and the GNU Autoconf system. It also requires
|
---|
5 | g++ version >= 4.6, bison and flex. On systems where GNU Make is the default
|
---|
6 | make, the system is built by entering the commands:
|
---|
7 |
|
---|
8 | ./configure
|
---|
9 | make
|
---|
10 | make install
|
---|
11 |
|
---|
12 | Options for 'configure'
|
---|
13 | -----------------------
|
---|
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.
|
---|
17 |
|
---|
18 | --prefix=/some/directory controls the path prefix common to all installed
|
---|
19 | cfa-cc components. Some components are installed in /some/directory/bin,
|
---|
20 | others in /some/directory/lib. If unspecified, this defaults to /usr/local.
|
---|
21 | To use (a subdirectory of) your home directory, ${HOME}/some/dir works, but
|
---|
22 | it is important not to put quotes around the directory path; Cforall may
|
---|
23 | appear to build, but the installed version may not work properly.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.