1. How to Build from Scratch (from 1.0.4 onwards)
* download "r128gain-<ver>-src.tar.gz"
* download "r128gain-<ver>-tools.tar.gz"
* run:
tar xfvz r128gain-<ver>-src.tar.gz
tar xfvz r128gain-<ver>-tools.tar.gz
cd r128gain-<ver>
./configure --bindir=/usr/local/bin --mode=full --gui=cli
make
make install
2. Available Configuration Options (selection)
--bindir: where to install the binaries
--mode: if omitted, both versions, i.e. full and tiny, will be build
* full: extended FFmpeg and lame
* tiny: crippled FFmpeg and no lame
--gui: if omitted, all GUIs possible will be build
* cli: command line interface
* gtk2: gtk2 gui (if gtk2 development packages are available)
* gtk3: gtk3 gui (if gtk3 development packages are available)
* win32: native win32 gui (on MS Windows only)
r128gain Files
Brought to you by:
pbelkner