Help with Linux
-
widowmaker05
- New user
- Posts: 2
- Joined: 18 May 2010, 05:18
Help with Linux
I have tried everything on the linux help page or whatever. I am new to linux, as in windows finally got on my last nerve and i put linux on my computer 3 days ago. So I have no idea what's going on. My latest thing that I thought might work, is using that script thing, and it ran just fine (i think), but then i type ./warzone in the terminal like it says and it tells me that is a directory. help would be much appreciated with this as it is the only game my dad and I really enjoy playing together and we live 120 miles apart.
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Help with Linux
If you compiled from source, and your in the warzone directory (where you type make) then it is ./src/warzone2100
If you are using svn, then you should do ./configure --enable-debug=no && make
If you are using svn, then you should do ./configure --enable-debug=no && make
and it ends here.
-
widowmaker05
- New user
- Posts: 2
- Joined: 18 May 2010, 05:18
Re: Help with Linux
well the first time i did the source thing and i guess it didnt work cause the ./src/warzone2100 doesnt exist and then i also ran the svn script thing but it tells me
widowmaker@widowmaker-laptop:~$ ./configure --enable-debug=no && make
bash: ./configure: No such file or directory
widowmaker@widowmaker-laptop:~$ ./configure --enable-debug=no && make
bash: ./configure: No such file or directory
-
stiv
- Warzone 2100 Team Member

- Posts: 876
- Joined: 18 Jul 2008, 04:41
- Location: 45N 86W
Re: Help with Linux
You are in the wrong directory.
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Help with Linux
Once you get into the directory, it actually is ./autogen.sh && ./configure --enable-debug=no && make
and it ends here.