Revision: 14029
Author:
kingrap...@gmail.com
Date: Sat Jun 13 03:58:47 2015 UTC
Log: Remove unwanted references to 91.0
https://code.google.com/p/zero-k/source/detail?r=14029
Modified:
/wiki/Download.wiki
=======================================
--- /wiki/Download.wiki Sat Jun 13 03:53:44 2015 UTC
+++ /wiki/Download.wiki Sat Jun 13 03:58:47 2015 UTC
@@ -38,18 +38,18 @@
sudo apt-get install libsdl2-2.0-0
}}}
-In case you join a room using Spring 91.0 and download failed, you can try
download it directly and extract it to [YOUR-DATADIR]/engine/91.0 :
- *
[
http://springweblobby.googlecode.com/files/spring_91.0_portable_linux_amd64.zip
64 bit]
- * [
http://springrts.com/dl/spring_91.0_portable_linux_i686.zip 32 bit]
+In case you join a room using Spring 98.0.1-451-g0804ae1 and download
failed, you can try download it directly and extract it to
[YOUR-DATADIR]/engine/98.0.1-451-g0804ae1 :
+ *
[
http://springrts.com/dl/buildbot/default/develop/98.0.1-451-g0804ae1/linux64/spring_%7bdevelop%7d98.0.1-451-g0804ae1_minimal-portable-linux64-static.7z
64 bit]
+ *
[
http://springrts.com/dl/buildbot/default/develop/98.0.1-451-g0804ae1/linux32/spring_%7bdevelop%7d98.0.1-451-g0804ae1_minimal-portable-linux32-static.7z
32 bit]
-Spring 91.0 requires libstdc++.so.6, sdl-1.2 and a few other things (use
ldd) to run. You can get them by installing Spring package from repository,
find & install them using the Software Center, or enter the following in
terminal:
+Spring 98.0 requires libstdc++.so.6, sdl-1.2 and a few other things (use
ldd) to run. You can get them by installing Spring package from repository,
find & install them using the Software Center, or enter the following in
terminal:
{{{
sudo apt-add-repository ppa:spring/ppa
sudo apt-get update
sudo apt-get install spring
}}}
-Optionally, if you want to manually compile spring 91.0 yourself, first
install its dependencies:
+Optionally, if you want to manually compile spring 98.0.1-451-g0804ae1
yourself, first install its dependencies:
{{{
sudo apt-get install build-essential cmake cmake-gui git
sudo apt-get install libglew-dev libsdl-dev libdevil-dev libopenal-dev
libogg-dev libvorbis-dev libfreetype6-dev
@@ -57,27 +57,22 @@
sudo apt-get install libboost-system-dev libboost-program-options-dev
libboost-signals-dev
}}}
-Then download the source files from
http://sourceforge.net/projects/springrts/files/springrts/spring-91.0/spring_91.0_src.tar.gz/download
and unpack it to a folder. Navigate into that folder and:
+Then download the [
https://springrts.com/wiki/Download#Source_Code source
files] with Git. Navigate into that folder and:
{{{
cmake .
make
sudo make install
}}}
-You now have Spring 91.0 installed. To make Zero-K lobby use your compiled
version of spring you need to make two symlinks, one to the unitsync file
and one to the spring executable. Do this by running:
+You now have Spring 98.0.1-451-g0804ae1 installed. To make Zero-K lobby
use your compiled version of spring you need to make two symlinks, one to
the unitsync file and one to the spring executable. Do this by running:
{{{
-ln -s /usr/local/bin/spring [YOUR-DATADIR]/engine/91.0
-ln -s /usr/local/lib/libunitsync.so [YOUR-DATADIR]/engine/91.0
+ln -s /usr/local/bin/spring [YOUR-DATADIR]/engine/98.0.1-451-g0804ae1
+ln -s /usr/local/lib/libunitsync.so
[YOUR-DATADIR]/engine/98.0.1-451-g0804ae1
}}}
Now Zero-K Lobby will use the engine that you have compiled.
-NOTE: Something to be aware of is that if you use Intel graphics with Mesa
you will have some rather annoying graphics issues on Spring 91.0.
-
-The issue is because Spring 91.0 is not compatible with Mesa and it will
not render certain 3D file formats correctly. It is likely that all hosts
will update to a newer engine in time, so be sure to check back for updates
on development. You will also be unable to render LuaShaders and all
effects use LuaShaders. This is because LuaShaders uses GLSL and Intel's
linux graphics drivers are yet to support GLSL properly.
-
-All Spring releases after 91.0 are free of Mesa related issues.
----
= Mac OS X and WebLobby alternative =
<img
src="
https://lh3.googleusercontent.com/-JfWiAIVOh00/Tk8OwG7nEVI/AAAAAAAAAiI/83ERDyGzd5A/Apple-logo.png"
height="150" />
@@ -86,4 +81,4 @@
<img src="
http://weblobby.springrts.com/img/blobby2.png" width="30"
align="top"> *
http://weblobby.springrts.com/
-If you're using Linux you might need to download version 91.0 from the
*Help* tab.
+If you're using Linux you might need to download version
98.0.1-451-g0804ae1 from the *Help* tab.