-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
31 lines (22 loc) · 824 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# WARNING - instruvtiona out of date *
# TODO - fix me
Installation
Preliminaries
Before you start building and installing this project, make sure you have the following packages installed and configured:
* git
* cmake
* Qt Framework (libraries)
* Stage SVN revision 8216
Make sure that Stage is configured properly and $PKG_CONFIG_PATH variable
contains the path to the Stage directory.
* OpenGL
Building and installing
If you downloaded the project in zip or tar formats, unpack the archives. Change into the project directory and execute following commands:
$ ./build_dependencies.sh
$ source ./setpath.sh
$ cmake .
$ make
Testing your installation
From the project directory run
$ stage ./world/fasr.world
You should see a Stage simulator window with robots moving around.