gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 4 and Version 5 of bzip2


Ignore:
Timestamp:
Nov 30, 2024, 1:12:10 PM (3 weeks ago)
Author:
mosel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bzip2

    v4 v5  
    33Since 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).
     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). For example, try sudo apt-get install libbz2-dev
    66 * 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).
    77