<script type="text/javascript">
</script>
1. Enable Universe and Multiverse repositories:
Installing rcssserver3D on Ubuntu
This small HOWTO explains how to install the Robocup 3D simspark simulation server on Ubuntu (so not the old spheres server using spades) (1). This should work on Dapper Drake (6.06), Edgy Eft (6.10) and Feisty Fawn (7.04). The steps should be similar on other distributions like Fedora, Suse and especially Debian, so hopefully it's also useful for other people.1. Enable Universe and Multiverse repositories:
$ sudo gedit /etc/apt/sources.list2. Install dependencies:
[ Follow instructions in the file to enable the Universe and Multiverse repositories, save and exit ]
$ sudo apt-get update
$ sudo apt-get install g++ ruby1.9 ruby1.9-dev libode0-dev libboost-dev libsdl-dev libfreetype6-dev libdevil-dev autoconf3. Check out the source from the source forge CVS repository:
automake1.9 libtool freeglut3-dev tetex-extra cvs xlibs-dev libtiff4-dev libslang1-dev
$ sudo rm /usr/bin/ruby
$ sudo ln -s /usr/bin/ruby1.9 /usr/bin/ruby
$ sudo ln -s /usr/lib/libruby1.9.so /usr/lib/libruby.so
$ cvs -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver login4. Build and install the soccer server: (optionally add --enable-debug=no to the configure command)
[ when asked for a password, just press enter]
$ cvs -z3 -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver co -P rcsoccersim/rcssserver3D
$ cd rcsoccersim/rcssserver3D/5. Make sure the linker can find your shared libraries:
$ ./bootstrap
$ ./configure
$ make
$ sudo make install
$ sudo gedit /etc/ld.so.conf6. Install models and textures:
[add the line '/usr/local/lib' if it isn't already there, save and close]
$ sudo ldconfig
$ cd /usr/local/share/rcssserver3d7. Run the simulation:
$ sudo wget http://downloads.sourceforge.net/sserver/rcssserver3d-0.5.6-data.tar.gz?use_mirror=mesh
$ sudo tar -xzf rcssserver3d-0.5.6-data.tar.gz
$ cd
$ simspark