forked from RoboCup-SSL/grSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
21 lines (14 loc) · 877 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
We developed grSim on Ubuntu 9.10+ OS. (Ubuntu 11.04 tested and is recommended). It is very important that the Graphics Card Driver is installed. (Ubuntu packages of nVidia and AMD(ATI) graphics cards are available). grSim will compile and run in 32 bit Linux. 64 bit compile and run support is experimental.
To Install grSim on your system follow these steps:
1. Download and install following packages on your system
libqt4-dev
libgl1-mesa-dev
libglu1-mesa-dev
VarTypes
ode
protobuf
2. cd proto/pb
protoc *.proto --cpp_out=../
3. qmake Simulator.pro
4. make
The binary file will be in grSim/bin [Check the fps in status bar, if it is running on 65fps everything is ok, otherwise check the graphics card installation and OpenGL settings. If you received linker error about GL related libraries, also check your graphics card driver.