gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of bzip2


Ignore:
Timestamp:
Apr 4, 2016, 12:39:33 PM (8 years ago)
Author:
jweil
Comment:

remove some outdated info

Legend:

Unmodified
Added
Removed
Modified
  • bzip2

    v3 v4  
    11= libbzip2 =
    22
    3 Since r2814 (March 2009) GiBUU depends on libbz2 for reading compressed bz2 files. GiBUU is usually compiled statically (exception: Mac), so the static library libbz2.a is required. This is a standard library, and may already be present on your system. If it is not, you have the following options:
     3Since r2814 (March 2009) GiBUU depends on libbz2 for reading compressed bz2 files. This is a standard library, and may already be present on your system. If it is not, you have the following options:
    44
    5  * The most convenient way is to install the libbz2 packages (usually 'libbz2' and 'libbz2-devel' or similar) via your Linux distribution's package management tool (which requires root access or a friendly admin). Unfortunately many distributions don't include the static library in their packages any more.
    6 
     5 * The most convenient way is to install the libbz2 packages (usually 'libbz2' and 'libbz2-devel' or similar) via your Linux distribution's package management tool (which requires root access or a friendly admin).
    76 * If you don't have root access, your admin is not friendly or your OS is not Linux, you may instead get the bzip2 sources from http://www.bzip.org/ and compile it yourself. libbz2.a must be put someplace where the compiler can find it (e.g. in /usr/lib, /usr/lib64, /usr/local/lib, /usr/local/lib64 or GiBUU/workingCode/objects/LIB/lib).
    87