FreeBSD_install - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki
{{#css:
table.glossy {
margin: 4px; padding:10px;
border: 1px solid rgba(0,0,0,0.5);
border-radius: 10px 10px 10px 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
text-align: center;
}
/*table.glossy:hover {
background: rgba(160,160,220,0.4);
}*/
}}
TOC
These are the development branches of FreeBSD.
As root, just type:
pkg_add -r springlobby
If you only want the spring engine:
pkg_add -r spring
As of 08 October 2011, this will install 82.7.1.
These are the production releases. The FreeBSD production releases currently have outdated binary packages for spring (spring 82.5.1,) therefore if the above method of installation is used, online play will not be possible. To play online, use the FreeBSD ports collection instead. If you have not already installed the ports collection, detailed instructions are available in the FreeBSD Handbook . Once you have the ports collection, you can install the latest version of spring like any other port.
cd /usr/ports/games/springlobby
make install clean
If you only want the spring engine without the lobby, replace springlobby with spring.
Category:Linux