Download_Testing - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki

Spring Engine Testing Release

Current test version: ()

Get It

Go to Tools->Download Archives, then enter

engine:spring ``

Click ok.

easiest way is by using pr-downloader (which is included into spring)

pr-downloader --download-engine "`` ``"

Windows

Image:Distributions-windows.pngImage:Distributions-windows.png

Linux

Image:Tux-G2.pngImage:Tux-G2.png
  1. get the source
    1. creating the repo (first time only):
      git clone git://github.com/spring/spring.git spring_src
    2. update to latest sources:
      cd spring_src && git fetch && git checkout
  2. build by following the build from source guide, or in short:
    cmake -G "Unix Makefiles" . && make spring && sudo make install-spring

static builds

as alternative you can try the one of the linux static builds:

Mac OS X

Image:Distributions-mac-2.pngImage:Distributions-mac-2.png

[https://springrts.com/dl/buildbot/default///osx64/spring_%7b%7d_MacOSX-10.6-SnowLeopard.zip App Bundle] (tested on 10.6 Snow-Leopard only)

In case the above fails, check out alternative ways.

Lobby

Make sure your lobby client is configured to use the correct spring binary & unitsync! On Linux, this will usually be /usr/local/bin/spring & /usr/local/lib/libunitsync.so.

Use one of the test lobby servers (recommended):

  • lobby1.springlobby.info:8200
  • lobby2.springlobby.info:8200

Or alternatively, configure your lobby so it does not insist using the release version of the engine:

  • SpringLobby: set DisableVersionCheck=1 in springlobby.conf
  • TASClient: press CTRL+SHIFT+F6 and enable "Ignore server version incompatibility"

Bugs and issues

Report on Mantis. Remember to upload infolog.txt if you crash!

Changelog

For changes please look into the [https://github.com/spring/spring/blob//doc/changelog.txt Change Log] or the [https://github.com/spring/spring/compare/... diff log] for details.

See the topmost for changes to the upcoming version.

Category: Development

⚠️ **GitHub.com Fallback** ⚠️