Changeset b87a5ed for INSTALL


Ignore:
Timestamp:
May 16, 2015, 3:36:19 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
a32b204
Parents:
b8508a2
Message:

licencing: first groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    rb8508a2 rb87a5ed  
    22======================================
    33
    4 Cforall is built using GNU Make and the GNU Autoconf system.  It also
    5 requires g++ version 3, bison and flex.  On systems where GNU Make is
    6 the default make it may suffice to build the system by entering the
    7 commands
     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
    87
    98        ./configure
     
    1312Options for 'configure'
    1413-----------------------
    15 The script 'configure' accepts many command line arguments.  Run
    16 './configure --help' to see a list of all of them.  This document
    17 attempts to summarize the most useful arguments.
     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.
    1817
    19 --prefix=/some/directory controls the path prefix common to all
    20 installed cfa-cc components.  Some components will be installed in
    21 /some/directory/bin, others in /some/directory/lib.  If unspecified,
    22 this defaults to /usr/local.
     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.
    2321
    24 --with-backend-compiler=PROGRAM specifies the installed path of gcc
    25 3.2.  It defaults to the first command named 'gcc' in the current
    26 PATH.
     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.
    2724
    28 cfa-cc itself is built with the version of g++ specified by the
    29 environment variable CXX.  If CXX is unset, cfa-cc is built using the
    30 first command named 'g++' in the current PATH.
     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 TracChangeset for help on using the changeset viewer.