Download

From Psychosynth

(Difference between revisions)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TOCright}}{{Languages}}
+
{{Languages}}
 
== Latest version ==
 
== Latest version ==
  
The latest version of this software is '''Psychosynth 0.1.3''. Be warned that the project is still on <font color="#f00">alpha stage</font>, and is not ready for a production environment. It can be downloaded in the following formats.
+
The latest version of this software is '''Psychosynth 0.3.0'''. Be warned that the project is still on <font color="#f00">alpha stage</font>, and is not ready for a production environment. It can be downloaded in the following formats.
  
 
=== Source packages ===
 
=== Source packages ===
  
With the source tarballs you will get the source code of the program that you will hace to compile in your own machine. To learn how to compile the program you may follow the [[installation guide]].
+
With the source tarballs you will get the source code of the program that you will have to compile in your own machine. To learn how to compile the program you may follow the [[installation guide]].
  
* [ftp://ftp.gnu.org/gnu/psychosynth/psychosynth-0.1.3.tar.gz psychosynth 0.1.3]
+
* [ftp://ftp.gnu.org/gnu/psychosynth/psychosynth-0.3.0.tar.gz psychosynth 0.3.0.tar.gz (13 Mb)]
  
 
=== Binary distributions ===
 
=== Binary distributions ===
  
 
The binary distributions are ready to be installed in a concrete architecture or system. Note that Psychosynth may be already in the official repository of your distribution, also, some of these binary packages might be obsolete. Here we only list our own packages or some done by contributors.
 
The binary distributions are ready to be installed in a concrete architecture or system. Note that Psychosynth may be already in the official repository of your distribution, also, some of these binary packages might be obsolete. Here we only list our own packages or some done by contributors.
 +
 +
==== Ubuntu ====
 +
 +
* [[Ubuntu Repository]]. Thanks to Aleksander Morgado.
  
 
==== Debian GNU/Linux ====
 
==== Debian GNU/Linux ====
  
* [[Debian Repository]]. Unofficial packages.
+
* New DEB packages for Debian Squeeze (and maybe Sid) can be found [http://pub.briata.org/debian/unstable/psychosynth here]. They where backported from Ubuntu Lucid. Thanks to Federico Briata.
 +
* [[Debian Repository]]. Old unofficial packages from 2008.
  
 
==== Open SUSE ====
 
==== Open SUSE ====
Line 26: Line 31:
 
If you want to check the current project state or you are a developer and want to put your hands in the code, you can get the latest development version by executing:
 
If you want to check the current project state or you are a developer and want to put your hands in the code, you can get the latest development version by executing:
 
<pre>
 
<pre>
bzr branch http://bzr.savannah.nongnu.org/r/psychosynth/trunk
+
git clone git://git.savannah.gnu.org/psychosynth.git
 
</pre>
 
</pre>
  
This will download the source code. To compile and install the program you can follow this [[installation guide]]. If you just want to take a look, you can also [http://bzr.savannah.gnu.org/lh/psychosynth/ browse the source online].
+
This will download the source code. To compile and install the program you can follow this [[installation guide]]. If you just want to take a look, you can also [http://git.savannah.gnu.org/cgit/psychosynth.git browse the source online], or if you prefer, take a look at the [https://github.com/arximboldi/psychosynth Github mirror].

Latest revision as of 15:37, 5 June 2015

Contents

[edit] Latest version

The latest version of this software is Psychosynth 0.3.0. Be warned that the project is still on alpha stage, and is not ready for a production environment. It can be downloaded in the following formats.

[edit] Source packages

With the source tarballs you will get the source code of the program that you will have to compile in your own machine. To learn how to compile the program you may follow the installation guide.

[edit] Binary distributions

The binary distributions are ready to be installed in a concrete architecture or system. Note that Psychosynth may be already in the official repository of your distribution, also, some of these binary packages might be obsolete. Here we only list our own packages or some done by contributors.

[edit] Ubuntu

[edit] Debian GNU/Linux

  • New DEB packages for Debian Squeeze (and maybe Sid) can be found here. They where backported from Ubuntu Lucid. Thanks to Federico Briata.
  • Debian Repository. Old unofficial packages from 2008.

[edit] Open SUSE

  • RPM packages for OpenSuse can be found here. Thanks to Tony Graffy.

[edit] Development version

If you want to check the current project state or you are a developer and want to put your hands in the code, you can get the latest development version by executing:

git clone git://git.savannah.gnu.org/psychosynth.git

This will download the source code. To compile and install the program you can follow this installation guide. If you just want to take a look, you can also browse the source online, or if you prefer, take a look at the Github mirror.