Changes between Version 46 and Version 47 of dev/LinuxUbuntu
- Timestamp:
- Oct 8, 2008, 4:56:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v46 v47 11 11 To install all tools and libraries Orxonox needs, use the following command 12 12 {{{ 13 user@ubuntu:~> sudo aptitude install build-essential cmake libogre-dev libois-dev libboost-thread-dev libopenal-dev libalut-dev libenet-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev tcl8.4-dev 13 user@ubuntu:~> sudo aptitude install build-essential cmake libogre-dev libois-dev libboost-thread-dev libopenal-dev libalut-dev libenet-dev libfreeimage-dev libzzip-dev liblua5.1-0-dev tcl8.4-dev libcegui-mk2-dev 14 14 }}} 15 15 … … 31 31 user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/data/Media Media 32 32 }}} 33 Now make sure, you have set the correct path to your media directory in the file ''bin/orxonox.ini''.34 33 35 34 == Compiling == … … 39 38 user@ubuntu:~/orxonox/trunk> cmake . 40 39 ... 41 user@ubuntu:~/orxonox/trunk> make 40 user@ubuntu:~/orxonox/trunk> make -j4 42 41 ... 43 42 user@ubuntu:~/orxonox/trunk> ./run 44 43 }}} 44 If orxonox aborts with an error message considering the Media repository make sure that you configured the path of the Media repository (in bin/orxonox.ini) correctly.