|
If you would like to help compile Album Shaper for unlisted platforms or create packages for unlisted distributions please contact me! As always, the latest code in CVS can be browsed online using ViewVC.Compiling from Source
Unlike most open source projects, Album Shaper uses qmake, not autoconf, to generate Makefiles. Qmake is a LOT easier to work with, and since you'll need to have Qt installed anyways qmake will already be on your system. To get started compiling and installing Album Shaper:
If qmake cannot be found it is likely the QTDIR environment variable has not been set. Likely places Qt may be on your system are /usr/lib/qt or /usr/local/lib/qt. If you run into problems finding one or more libraries (libxslt, libxml2, or libjpeg) edit the Compiling Options section of the AlbumShaper.pro project file. Specifically, turn on manual paths, and specify where the libxslt, libxml2, and libjpeg libraries are on your system. At this point the AlbumShaper.bin binary has been created in the bin directory. You can run the program from this directory by running the bin/AlbumShaper start script. If you want to install the program so all users on your system can access it follow these steps:
You should now be run Album Shaper by running the AlbumShaper script. Getting the Bleeding-Edge Code from CVS
Being a GPL's piece of software, Album Shaper source code is always available both in
release form and as bleeding-edge code. You can download the latest code from CVS
anonymously using the following command: |
|||||||||||||||||||||||||||||||||||||||||||||||
|