There are no guarantees about their functionality and they are produced for testing purposes only.
People wishing to just play the game are advised to download the current official releases instead.
What time is the nightly available?
03:15 UTC±00:00 - get code revision for nightly
05:15 UTC±00:00 - nightly published
Where can I get it?
Nightly trunk binaries for the Linux port of Oolite are available at GitHub Oolite Nightly Releases repository.
How do I install it?
To install the package
Code: Select all
$ tar xzvf <filename>.tgz
$ [sudo] ./<filename>.run # use sudo if you want a system-wide installation
Oolite nightly will be installed either under /opt/Oolite-trunk (system-wide installation) or under $HOME/GNUstep/Applications/Oolite-trunk (home-directory installation).
A desktop menu "Games/Oolite-trunk (oolite.org)" will be also available to any distro which uses the freedesktop.org standard for its menus.
To save considerable download time, you can update your current oolite nightly trunk installation
to the latest nightly trunk build by executing
System-wide installations
Code: Select all
$ sudo oolite-trunk-update
Code: Select all
$ cd ~/GNUstep/Applications/Oolite-trunk
$ ./oolite-trunk-update
How do I uninstall it?
To uninstall the Oolite nightly trunk installation, execute
System-wide installations
Code: Select all
$ sudo /opt/Oolite-trunk/uninstall
Code: Select all
$ ~/GNUstep/Applications/Oolite-trunk/uninstall