Page 3 of 3

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 18:04
by StefanP.MUC
OK, gui commited.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 18:50
by svenskmand
Ok, nice I will try it out. Oln if you do the windows binaries then I will make a msi-package.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:03
by oln
Will do, I just want to try importing the dojo models again first. When I have sorted that, or given up, I'll throw up a build.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:14
by svenskmand
Ok :) If you have time later tonight I will try and set up a VirtualBox to make the windows releases on. Then I could make all the releases as I already have script to make Linux releases.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:17
by oln
Yeah, I have time. Just contact me on gtalk when needed.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:23
by svenskmand
Ok :)

By the way I thought that OD did you need other libraries when you have a binary? I just compiled it on my laptop and then copied to my Ubuntu Studio 10.04 Desktop, but I could not run it as it needed libOgreMain.so.1.7.2 then I did
{l Code}: {l Select All Code}
sudo apt-get install cmake build-essential libois-dev libogre-dev libcegui libcegui-dbg libcegui-dev libfreeimage3-dbg libsfml-dev libopenal-dev

and now the game cannot load libsfml-audio.so.1.6 :(

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:31
by oln
It's dynamically linked, so you need the libraries. The 0.4.7 linux tarball contains all the libs needed (though 32-bit, if you want a 64-bit version as well you will have to include the 64-bit version of all the libraries). Last time I also build it in a 10.04 VM, rather than 10.10, not sure if there is any difference.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:35
by svenskmand
So what do I need to apt-get? Where did you get the libs from in the tarball? Can I not install them, or build them?

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:41
by oln
10.04 has sfml 1.5 in the repos, while 10.10 has sfml 10.10. You would either have to compile it on your desktop, against sfml 1.5, or copy the library files that it complains about from the other machine or the tarball.

Re: Roadmap for 0.4.8

PostPosted: 19 Apr 2011, 19:44
by svenskmand
Where should I put the library files from the tarball then?