gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 1 and Version 2 of compiling


Ignore:
Timestamp:
May 19, 2009, 5:17:18 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compiling

    v1 v2  
    55If you compile GiBUU for the first time, you should start with '''make renew'''. This is also helpful sometimes when you want to redo the whole compilation instead of doing an incremental make or rebuild the dependencies.
    66
    7 Note that the whole compilation process is steared by GNU make. GiBUU is always compiled statically, so that we get a monolitic executable which does not depend on system libraries (with the exception of Mac OS X with static compilation is not supported).
     7Note that the whole compilation process is steared by GNU make. GiBUU is always compiled statically, so that we get a monolithic executable which does not depend on system libraries (with the exception of Mac OS X where static linking is not supported).
    88
    99== Choosing a Compiler ==
     
    2424== Choosing an Optimization Level ==
    2525
    26 By default GiBUU is compiled with debugging flags, which is good for development and bugtracking, but the produced executable may be quite slow. If you want an optimized exectutable, you should compile with
     26By default GiBUU is compiled with debugging flags, which is good for development and bug tracking, but the produced executable may be quite slow. If you want an optimized executable, you should compile with
    2727
    2828{{{