Notice: Undefined index: body_ondblclick in /var/lib/gnujump/skins/gnujump.php on line 97

Notice: Undefined index: nsclass in /var/lib/gnujump/skins/gnujump.php on line 98
>
 

Download

From GNUjump

(Difference between revisions)
Line 6: Line 6:
  
 
=====Unix - GNU/Linux (Sources)=====
 
=====Unix - GNU/Linux (Sources)=====
[ftp://ftp.gnu.org/gnu/gnujump/gnujump-1.0.7.tar.gz Download gnujump-1.0.7.tar.gz]
+
[ftp://ftp.gnu.org/gnu/gnujump/gnujump-1.0.8.tar.gz Download gnujump-1.0.8.tar.gz]
 
+
=====Windows (outdated, need contributor)=====
+
 
+
[http://download.savannah.gnu.org/releases/gnujump/sdljump-1.0.0-win2.zip Download sdljump-1.0.0-win2.zip]
+
 
+
=====MacOSX (outdated, need contributor)=====
+
 
+
[http://download.savannah.gnu.org/releases/gnujump/sdljump-1.0.0-osx.tar.gz Download sdljump-1.0.0-osx.tar.gz (Thanks to Tim Douglas)]
+
  
 
=====Other=====
 
=====Other=====
Line 20: Line 12:
 
May other GNU/Linux distrubutions include SDLjump or GNUjump in their official repositories (such as Debian, Ubuntu or Gentoo). Use its specific installation method to get them. Thanks to all the maintainers of those packages.
 
May other GNU/Linux distrubutions include SDLjump or GNUjump in their official repositories (such as Debian, Ubuntu or Gentoo). Use its specific installation method to get them. Thanks to all the maintainers of those packages.
  
A full list of the availible downloads (including old releases) can be found [http://download.savannah.gnu.org/releases/gnujump/ here].
+
A full list of the availible downloads (including old releases) can be found [ftp://ftp.gnu.org/gnu/gnujump/ here].
  
 
== Development version ==
 
== Development version ==

Revision as of 20:41, 24 July 2012

Contents

Latest release

Depending on your Operative System, choose one of these methods of installation:

Unix - GNU/Linux (Sources)

Download gnujump-1.0.8.tar.gz

Other

May other GNU/Linux distrubutions include SDLjump or GNUjump in their official repositories (such as Debian, Ubuntu or Gentoo). Use its specific installation method to get them. Thanks to all the maintainers of those packages.

A full list of the availible downloads (including old releases) can be found here.

Development version

You can also obtain the sources directly from the Bazaar repository. This allows you to test the latest development release.

To download them, just type on the console:

$ bzr branch http://bzr.savannah.gnu.org/r/gnujump/trunk

Note that this is a development version, so it might contain bugs or incomplete features. I only update the installation scripts before every release, so don't try to run make install. To try the bzr sources just go into the trunk directory and run:

$ autoreconf
$ ./configure
$ make
$ src/gnujump