Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 61 and Version 62 of download


Ignore:
Timestamp:
Jun 13, 2010, 8:56:46 PM (14 years ago)
Author:
adrfried
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v61 v62  
    2020}}}
    2121 * 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) ====
     23You can use these lines in your /etc/apt/sources.list (the second line is optional)
     24{{{
     25deb http://downloads.orxonox.net/debian/ unstable main
     26deb-src http://downloads.orxonox.net/debian/ unstable main
     27}}}
     28Then you can install the orxonox package
     29{{{
     30aptitude update
     31aptitude install orxonox
     32}}}
    2433=== Windows ===
    2534For 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].