Changes between Version 6 and Version 7 of CompilationGuidelines


Ignore:
Timestamp:
Mar 25, 2011, 3:01:16 PM (14 years ago)
Author:
FrederikHeber
Comment:

added --with's

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuidelines

    v6 v7  
    1818
    1919which will run the configure script that checks whether you have a current version of the
    20  * GNU Scientific Library (GSL)
    21  * Qt4 framework
    22  * Boost library 1.40 or newer with program_options and threads
    23  * CPPUnit framework
    24  * [http://trac.ins.uni-bonn.de/projects/CodePatterns CodePatterns]
     20 * GNU Scientific Library (''specify via LDFLAGS, ...'')
     21 * Qt4 framework (''--with-qtdir=<dir>'')
     22 * Boost library 1.40 or newer with program_options and threads (''--with-boost=<dir>'')
     23 * CPPUnit framework (''--with-cppunit-prefix=<dir>'')
     24 * [http://trac.ins.uni-bonn.de/projects/CodePatterns CodePatterns] (''--with-codepatterns=<dir>'')
    2525
    2626''--prefix'' is the argument to tell configure where all program code should go to (''`pwd`'' is the unix command for the current working directory). There are others, see