Changes between Version 61 and Version 62 of download
- Timestamp:
- Jun 13, 2010, 8:56:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v61 v62 20 20 }}} 21 21 * You can directly download the .deb files [https://svn.orxonox.net/downloads/linux/ubuntu-10.04/ here] and install them manually 22 ==== Debian ==== 23 Our debian binaries are located [https://svn.orxonox.net/downloads/linux/debian/ here] 22 ==== Debian (unstable) ==== 23 You can use these lines in your /etc/apt/sources.list (the second line is optional) 24 {{{ 25 deb http://downloads.orxonox.net/debian/ unstable main 26 deb-src http://downloads.orxonox.net/debian/ unstable main 27 }}} 28 Then you can install the orxonox package 29 {{{ 30 aptitude update 31 aptitude install orxonox 32 }}} 24 33 === Windows === 25 34 For Windows we currently only have packages of the 0.0.3 tag. Download [http://svn.orxonox.net/ogre/orxonox_binaries/orxonox-0.0.3_win32.7z here] (7-Zip archive). If you wan't to try out the most recent version please use the [wiki:download#CompilingfromSource source distribution].