TRUNK Q

Discuss the future of Warzone 2100 with us.
Raem_Lylar
Trained
Trained
Posts: 151
Joined: 22 Jul 2008, 17:44

Re: TRUNK Q

Post by Raem_Lylar »

Okay, it did compile then... but how do i get the rest of the files? It cant be run with only the .exe...
Main: Arithyce
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: TRUNK Q

Post by Zarel »

Yes it can.

As long as you have a normal version of Warzone installed, you should have all the libraries. The data files are in their respective directories, but as long as you leave the .exe where it currently is, it should find them.

Just double-click the exe. Seriously, that's all.
Raem_Lylar
Trained
Trained
Posts: 151
Joined: 22 Jul 2008, 17:44

Re: TRUNK Q

Post by Raem_Lylar »

No, it did not find them, i had to move it to my 2.2b1 install directory. It seems to work fine there...
Any reason to not run it there?
Main: Arithyce
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: TRUNK Q

Post by Zarel »

Raem_Lylar wrote:No, it did not find them, i had to move it to my 2.2b1 install directory. It seems to work fine there...
Any reason to not run it there?
No, that should be fine.

You might be missing the fonts directory. Copy it from devpkg/fonts/ to src/fonts/
Raem_Lylar
Trained
Trained
Posts: 151
Joined: 22 Jul 2008, 17:44

Re: TRUNK Q

Post by Raem_Lylar »

Their is no fonts file/folder anywhere... i think that's the problem.
the stderr keeps giving font errors.

If i copy the fonts from 2.2b1 directory to src directory will that fix it? Testing that out...

EDIT: screw it
Main: Arithyce
qwerty800
Trained
Trained
Posts: 183
Joined: 07 Mar 2008, 21:23

Re: TRUNK Q

Post by qwerty800 »

Raem_Lylar wrote:EDIT: screw it
:P
Compilation is Waaaaaaaaaaaaaaaay easier under linux. :)

Trust me!

You just need to copy-paste this:

Code: Select all

svn co svn://svn.gna.org/svn/warzone/trunk warzone
sudo apt-get build-dep warzone2100*
cd warzone
./configure
make
sudo make install
...In a shell and you're done! :cool: