Changes between Version 44 and Version 45 of dev/LinuxDebian
- Timestamp:
- Sep 19, 2018, 4:56:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxDebian
v44 v45 12 12 To install all tools and libraries Orxonox needs, type the following command (as root) 13 13 {{{ 14 # aptitude install build-essential cmake libogre- dev libenet-dev \14 # aptitude install build-essential cmake libogre-1.9-dev libenet-dev \ 15 15 libvorbis-dev libalut-dev libcegui-mk2-dev tcl-dev libboost-date-time-dev \ 16 libboost-filesystem-dev libboost-thread-dev liblua5.1-0-dev libtolua-dev libtolua++5.1-dev 16 libboost-filesystem-dev libboost-thread-dev liblua5.1-0-dev libtolua-dev libtolua++5.1-dev \ 17 libx11-dev 17 18 }}} 18 19