Re: [Amelia-development] Linux Build Script
Status: Alpha
Brought to you by:
jppequenao
|
From: Joao P. <jpp...@lb...> - 2008-11-07 02:44:55
|
Karol, That's great! I had two separate scripts of my own (one to automatically checkout Irrlicht SVN trunk, compile it and copy the include folder and libraries to the system and another to automatically checkout AMELIA SVN and compile it). I also had aliases for them, that's very useful. But your script is more complete, and I'll use it. I've been having problems with my machines. Managed to finally reinstall Windows Vista (BBBLLLARRRGGHHH!) on the desktop, and all the software needed for my work (bazillions of apps, some of which take hours to install or compile). Finally managed to build AMELIA on windows! Looks so nice now! The monitors seem right to me, not displaced like in your screenshot. And the event tool bar is not in there... That's the only major outstanding problem I see right now (from a clean SVN checkout on my newly reformatted machine). I'll check that. I'm still going to have some windows fun tonight. The same updates that crippled my desktop affected now the laptop. So there I'll actually revert to XP. TOMORROW must be R-day (for release). Cheers, Joao Karol Krizka wrote: > 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 > |