TRUNK Q
-
Raem_Lylar
- Trained

- Posts: 151
- Joined: 22 Jul 2008, 17:44
Re: TRUNK Q
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
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: TRUNK Q
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.
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

- Posts: 151
- Joined: 22 Jul 2008, 17:44
Re: TRUNK Q
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?
Any reason to not run it there?
Main: Arithyce
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: TRUNK Q
No, that should be fine.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?
You might be missing the fonts directory. Copy it from devpkg/fonts/ to src/fonts/
-
Raem_Lylar
- Trained

- Posts: 151
- Joined: 22 Jul 2008, 17:44
Re: TRUNK Q
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
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

- Posts: 183
- Joined: 07 Mar 2008, 21:23
Re: TRUNK Q
Raem_Lylar wrote:EDIT: screw it
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