Download
From GNUjump
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | = Latest release = | + | {{TOCright}} |
+ | |||
+ | == Latest release == | ||
Depending on your Operative System, choose one of these methods of installation: | Depending on your Operative System, choose one of these methods of installation: | ||
=====Unix - GNU/Linux (Sources)===== | =====Unix - GNU/Linux (Sources)===== | ||
− | [ | + | [ftp://ftp.gnu.org/gnu/gnujump/gnujump-1.0.8.tar.gz Download gnujump-1.0.8.tar.gz] |
− | + | ||
− | + | ||
− | + | ||
− | Download | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=====Other===== | =====Other===== | ||
Line 18: | 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 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 == |
− | You can also obtain the sources directly from the | + | You can also obtain the sources directly from the Git repository. This allows you to test the latest development release. |
To download them, just type on the console: | To download them, just type on the console: | ||
<pre> | <pre> | ||
− | $ | + | $ git clone git://git.savannah.gnu.org/gnujump.git |
</pre> | </pre> | ||
− | 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 '' | + | You can also browse the code online, [http://git.savannah.gnu.org/cgit/gnujump.git in Savannah] or in the [https://github.com/arximboldi/gnujump Github mirror]. |
+ | |||
+ | 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 ''git'' sources just go into the ''trunk'' directory and run: | ||
<pre> | <pre> |
Latest revision as of 16:54, 4 June 2015
|
[edit] Latest release
Depending on your Operative System, choose one of these methods of installation:
[edit] Unix - GNU/Linux (Sources)
[edit] 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.
[edit] Development version
You can also obtain the sources directly from the Git repository. This allows you to test the latest development release.
To download them, just type on the console:
$ git clone git://git.savannah.gnu.org/gnujump.git
You can also browse the code online, in Savannah or in the Github mirror.
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 git sources just go into the trunk directory and run:
$ autoreconf $ ./configure $ make $ src/gnujump