source: INSTALL@ 0f19d763

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 0f19d763 was b87a5ed, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: first groups of files

  • Property mode set to 100644
File size: 1.1 KB
Line 
1cfa-cc: The Cforall->C Compiler System
2======================================
3
4Cforall is built using GNU Make and the GNU Autoconf system. It also requires
5g++ version 3, bison and flex. On systems where GNU Make is the default make
6it may suffice to build the system by entering the commands
7
8 ./configure
9 make
10 make install
11
12Options for 'configure'
13-----------------------
14The 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
16most useful arguments.
17
18--prefix=/some/directory controls the path prefix common to all installed
19cfa-cc components. Some components will be installed in /some/directory/bin,
20others in /some/directory/lib. If unspecified, this defaults to /usr/local.
21
22--with-backend-compiler=PROGRAM specifies the installed path of gcc 3.2. It
23defaults to the first command named 'gcc' in the current PATH.
24
25cfa-cc itself is built with the version of g++ specified by the environment
26variable 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.