Changes between Version 59 and Version 60 of download
- Timestamp:
- Jun 12, 2010, 1:04:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v59 v60 1 1 = Download Orxonox = 2 2 [[TracNav(TracNav/TOC_Development)]] 3 4 == Binaries == 5 === Linux === 6 For Linux we have made packages of the current version of Orxonox. They are available for Ubuntu 10.04 and Debian. 7 ==== Ubuntu 10.04 ==== 8 There are two possibilities of installing Orxonox binaries under Ubuntu 9 * You can use our launchpad-ppa by adding it to your apt sources (this way you will automatically receive updates): 10 {{{ 11 sudo add-apt-repository ppa:orxonox/testing 12 }}} 13 Afterwards simply install it by typing 14 {{{ 15 sudo aptitude install orxonox 16 }}} 17 * You can directly download the .deb files [https://svn.orxonox.net/downloads/linux/ubuntu-10.04/ here] and install them manually 18 ==== Debian ==== 19 Our debian binaries are located [https://svn.orxonox.net/downloads/linux/debian/ here] 20 === Windows === 21 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]. 3 22 4 23 == Compiling from Source == … … 35 54 * Installation on [wiki:MacOSX Mac OSX] 36 55 37 == Binaries ==38 At the moment, there are no official binaries or install packages available for Orxonox, since the game is still in an early development stage. Please use the [wiki:download#CompilingfromSource source distribution] from Subversion. [[br]]39 However there is sort of a tech demo compilation of the 0.0.3 tag. The package is only available for Windows though. Download [http://svn.orxonox.net/ogre/orxonox_binaries/orxonox-0.0.3_win32.7z here] (7-Zip archive).40 41 56 == Precompiled Dependencies == 42 57 For some Compilers on Windows we supply the dependencies with the libraries and includes directly as archive. If you download archives for multiple compilers simply overwrite the include files without regard, they're the same anyway.