📄 node7.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!--Converted with LaTeX2HTML 2002-2-1 (1.71)original version by: Nikos Drakos, CBLU, University of Leeds* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan* with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --><HTML><HEAD><TITLE>SimSpark Simulation Server</TITLE><META NAME="description" CONTENT="SimSpark Simulation Server"><META NAME="keywords" CONTENT="howtorobocop"><META NAME="resource-type" CONTENT="document"><META NAME="distribution" CONTENT="global"><META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"><META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"><LINK REL="STYLESHEET" HREF="howtorobocop.css"><LINK REL="next" HREF="node8.html"><LINK REL="previous" HREF="node6.html"><LINK REL="up" HREF="node6.html"><LINK REL="next" HREF="node8.html"></HEAD><BODY ><DIV CLASS="navigation"><!--Navigation Panel--><A NAME="tex2html146" HREF="node8.html"><IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="/usr/share/latex2html/icons/next.png"></A> <A NAME="tex2html142" HREF="node6.html"><IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="/usr/share/latex2html/icons/up.png"></A> <A NAME="tex2html136" HREF="node6.html"><IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="/usr/share/latex2html/icons/prev.png"></A> <A NAME="tex2html144" HREF="node1.html"><IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="/usr/share/latex2html/icons/contents.png"></A> <BR><B> Next:</B> <A NAME="tex2html147" HREF="node8.html">BATS Agent Architecture</A><B> Up:</B> <A NAME="tex2html143" HREF="node6.html">Installation</A><B> Previous:</B> <A NAME="tex2html137" HREF="node6.html">Installation</A> <B> <A NAME="tex2html145" HREF="node1.html">Contents</A></B> <BR><BR></DIV><!--End of Navigation Panel--><H1><A NAME="SECTION00310000000000000000">SimSpark Simulation Server</A></H1>This explains how to install the Robocup 3D simspark simulation server on Ubuntu (so not the old spheres server using spades). 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.<P><OL><LI>Enable Universe and Multiverse repositories:<PRE>$ sudo gedit /etc/apt/sources.list[ Follow instructions in the file to enable the Universeand Multiverse repositories, save and exit ]$ sudo apt-get update</PRE><P></LI><LI>Install dependencies:<PRE>$ sudo apt-get install g++ ruby1.9 ruby1.9-dev libode0-dev libboost-dev libsdl-dev libfreetype6-dev libdevil-dev autoconf 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</PRE><P></LI><LI>Check out the source from the source forge CVS repository:<PRE>$ cvs -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver login[ when asked for a password, just press enter]$ cvs -z3 -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver co -P rcsoccersim/rcssserver3D</PRE><P></LI><LI>Build and install the soccer server: (optionally add -enable-debug=no and new versions don't need -enable-kerosin)<PRE>$ cd rcsoccersim/rcssserver3D/$ ./bootstrap$ ./configure$ make$ sudo make install</PRE><P></LI><LI>Make sure the linker can find your shared libraries:<PRE>$ sudo gedit /etc/ld.so.conf[add the line '/usr/local/lib' if it isn't already there, save and close]$ sudo ldconfig</PRE><P></LI><LI>Run the simulation:<PRE>$ simspark</PRE><P></LI></OL><P><BR><HR><ADDRESS>Bram2007-11-18</ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -