source: INSTALL@ 22a4292

ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 22a4292 was 7de2affc, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Small corrections to INSTALL script

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[51b73452]1cfa-cc: The Cforall->C Compiler System
2======================================
3
[b87a5ed]4Cforall is built using GNU Make and the GNU Autoconf system. It also requires
[08061589]5g++ version >= 4.6, bison and flex. On systems where GNU Make is the default
6make, the system is built by entering the commands:
[51b73452]7
[7de2affc]8For devs using the maintainer's git:
[d6cd371]9
[7de2affc]10 ./autogen.sh
[51b73452]11 ./configure
12 make
13 make install
14
[7de2affc]15For users using the distributed tarball / github:
[d6cd371]16
17 ./configure
18 make
[7de2affc]19 make check
[d6cd371]20 make install
21
[51b73452]22Options for 'configure'
23-----------------------
[b87a5ed]24The script 'configure' accepts many command line arguments. Run './configure
25--help' to see a list of all of them. This document attempts to summarize the
26most useful arguments.
[51b73452]27
[b87a5ed]28--prefix=/some/directory controls the path prefix common to all installed
[08061589]29 cfa-cc components. Some components are installed in /some/directory/bin,
[6244dfb]30 others in /some/directory/lib. If unspecified, this defaults to /usr/local.
[08061589]31 To use (a subdirectory of) your home directory, ${HOME}/some/dir works, but
32 it is important not to put quotes around the directory path; Cforall may
33 appear to build, but the installed version may not work properly.
Note: See TracBrowser for help on using the repository browser.