Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Can someone help me get .91 engine on Arch Linux 64bit?

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/12/2013 3:52:38 PMGBrankTheSponge before revert after revert
8/12/2013 3:49:09 PMGBrankTheSponge before revert after revert
Before After
1 I found that I could get it compiled fine with: 1 I found that I could get it compiled fine with:
2 build-essential cmake cmake-gui git python-all-dev libglew-dev libsdl-dev libdevil-dev libopenal-dev libogg-dev libvorbis-dev libfreetype6-dev p7zip-full libxcursor-dev libboost-thread-dev libboost-regex-dev libboost-system-dev libboost-program-options-dev libboost-signals-dev 2 build-essential cmake cmake-gui git python-all-dev libglew-dev libsdl-dev libdevil-dev libopenal-dev libogg-dev libvorbis-dev libfreetype6-dev p7zip-full libxcursor-dev libboost-thread-dev libboost-regex-dev libboost-system-dev libboost-program-options-dev libboost-signals-dev
3 \n 3 \n
4 Download the source from [url=http://sourceforge. net/projects/springrts/files/springrts/spring-91. 0/spring_91. 0_src. tar. gz/download]here[/url] and unpack it into an empty directory. 4 Download the source for 91. 0 and unpack it into an empty directory.
5 \n 5 \n
6 Navigate into the directory you unpacked the source into in a terminal and run: 6 Navigate into the directory you unpacked the source into in a terminal and run:
7 cmake . 7 cmake .
8 \n 8 \n
9 Let that finish and then run: 9 Let that finish and then run:
10 make 10 make
11 \n 11 \n
12 When that is done, run: 12 When that is done, run:
13 sudo make install 13 sudo make install
14 \n 14 \n
15 That is how I did it on my Xubuntu 12.10 system, it may or may not work equally well on Arch (obviously replacing the Ubuntu commands with Arch commands, if any Ubuntu specific commands are used here). Theoretically it should work on Arch, but it may not. Post your terminal output if you run into trouble with it. 15 That is how I did it on my Xubuntu 12.10 system, it may or may not work equally well on Arch (obviously replacing the Ubuntu commands with Arch commands, if any Ubuntu specific commands are used here). Theoretically it should work on Arch, but it may not. Post your terminal output if you run into trouble with it.