[Amelia-development] Linux Build Script
Status: Alpha
Brought to you by:
jppequenao
|
From: Karol K. <kk...@gm...> - 2008-11-06 19:26:09
|
Hi Joao, Yesterday I managed to get a working DEB package of amelia and I made a script for generating it automatically. What the script does is: - Checks out irrlicht trunk (or runs svn up if already there) - Removes the included jpeglib (which conflicts with the system lib used in Qt) - Builds a static Irrlicht library - Checks out amelia trunk (or runs svn up if already there) - Patches it so it links against jpeg (for Irrlicht) - Runs cmake - Runs cpack -G pkg, where pkg is an argument you give to the build script (ei: ./build.sh DEB creates a debian package) I had Dugan test it and he did not find any problems with it. You can find the package here: http://hep.phys.sfu.ca/~kka34/amelia-0.0.1-Linux.deb You can find the build script here: http://hep.phys.sfu.ca/~kka34/prepamelia.tar.gz -- Cheers, Karol Krizka |