gwavmerger requires the following libraries:
gwavmerger requires following libraries to be installed on your system:
gtk2 - most likely already installed on your system.
gtkmm2 (C++ binding for Gtk+). This package also requires libsigc+ 1.2 library installed.
libaudio - almost all Linux distributions have this library installed by default.
libassa - foundation classes library.
If you are a RedHat user like myself, you should have no problems in finding necessary RPM files (for example, on RPM pbone.net). If, however, RPMs could not be found, you can always build them from the tarball files with
% rpmbuild -tb tarball.tar.gz
If you don't use RPM packaging system, you can build gwavmerger (along with all dependencies) from tarballs with following commands:
% tar xvfz PACKAGE-VERSION.tar.gz % cd PACKAGE-VERSION % ./configure % make % su % make install %
If you are building any libraries from the tarball files, the default installation path is set to /usr/local. Make sure your /etc/ld.so.conf includes /usr/local/lib path. Also, make sure $PKG_CONFIG_PATH is set to /usr/local/lib/pkgconfig