Changes between Version 35 and Version 36 of dev/LinuxDebian
- Timestamp:
- Jun 6, 2010, 10:00:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxDebian
v35 v36 11 11 To install all tools and libraries Orxonox needs, type the following command (as root) 12 12 {{{ 13 # aptitude install build-essential cmake libogre-dev libenet-dev libvorbis-dev libalut-dev libcegui-mk2-dev tcl-dev libboost-date-time-dev libboost-filesystem-dev libboost-thread-dev 13 # aptitude install build-essential cmake libogre-dev libenet-dev \ 14 libvorbis-dev libalut-dev libcegui-mk2-dev tcl-dev libboost-date-time-dev \ 15 libboost-filesystem-dev libboost-thread-dev liblua5.1-0-dev 14 16 }}} 15 17