Changes between Version 94 and Version 95 of dev/LinuxUbuntu
- Timestamp:
- Apr 26, 2014, 5:28:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v94 v95 21 21 || - || Saucy Salamander (13.10) || r9764 || [wiki:BenjaminKnecht Benjamin Knecht] || 11.11.2013 || success || Nvidia 304.88 || 22 22 || Lenovo T430 || Saucy Salamander (13.10) || r9934 || [wiki:Jo Johannes Ritz] || 22.12.2013 || success || - || 23 || - || Trusty Thar (14.04) || r10041 || [wiki:BenjaminKnecht Benjamin Knecht] || 26.04.2014 || success || Nvidia 331.38 || 23 24 24 25 == Dependencies == … … 26 27 To install all tools and libraries Orxonox needs, use the following command 27 28 {{{ 28 $ sudo apt-get install build-essential cmake libogre- dev libenet-dev \29 $ sudo apt-get install build-essential cmake libogre-1.8-dev libenet-dev \ 29 30 libvorbis-dev libalut-dev libcegui-mk2-dev tcl-dev libboost-date-time-dev \ 30 31 libboost-filesystem-dev libboost-thread-dev liblua5.1-0-dev subversion libtolua-dev libtolua++5.1-dev 31 32 }}} 32 33 33 In '''Ubuntu 13.10''' make sure to use `libogre-1.8-dev` instead of `libogre-dev` otherwise you need old versions of the Boost library. When using OGRE 1.8 be sure to apply the bug fix below.34 On '''older versions''' of Ubuntu (12.10 and below) you have to use an older version of the Ogre library as version 1.8 didn't exist back then. Simply use {{{libogre-dev}}} instead of {{{libogre-1.8-dev}}} when entering the command above. 34 35 35 36 == Ubuntu 12.04 - Workaround ==