skip to main |
skip to sidebar
Install Player/Stage in Ubuntu 9.10
Download software
- Download Player 3.0.1
- Download Stage 3.2.2
- Run sudo aptitude install gnome-core-devel build-essential
- Run sudo apt-get install gsl-bin libgsl0-dev cmake libfltk1.1-dev libglu1-mesa-dev
Install Player
- unzip player
- inside player directory mkdir build
- cd build
- cmake ..
- make
- sudo make install
Install Stage
- unzip stage
- inside stage directory mkdir build
- cd build
- cmake ..
- make
- sudo make install
Export directories
- edit your ~/.bashrc file by adding the following lines
- export PATH="$PATH:/usr/local/share/player/bin"
- export LD_LIBRARY_PATH=/usr/local/lib
- export STAGEPATH=/usr/local/lib
- export PLAYERPATH=/usr/local/lib
- run "source ~/.bashrc" to reload the shell
Test
- run "stage simple.world" from command line
2 comments:
you're running ubuntu now? sweet! so am i, and i think that's all Ben uses too.
Hi Phaedrus
Was your effort successful ? .... are you able to work on Player Project ?
Post a Comment