Getting Bluefish: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(First content.)
 
(New point: SVN.)
Line 4: Line 4:
== Downloading a source tarball ==
== Downloading a source tarball ==


The source tarballs for Bluefish can be downloaded from the [http://www.bennewitz.com/bluefish/ project master server] or [https://sourceforge.net/projects/bluefish/files].
The source tarballs for Bluefish can be downloaded from the [http://www.bennewitz.com/bluefish/ project master server] (or one of its [http://bluefish.openoffice.nl/download.html mirrors]) or [https://sourceforge.net/projects/bluefish/files sourceforge.net].
 
For the stable tree, check out [http://www.bennewitz.com/bluefish/stable/source/] on the master server. For the development version use [http://www.bennewitz.com/bluefish/devel/source/]. The [https://sourceforge.net/projects/bluefish/files sourceforge.net] server has both versions on the same site.
 
 
== Downloading the source via Subversion ==
 
The source code is also via subversion. For the current stable tree (1.0) use:
 
<pre>svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/</pre>
 
For the current development tree (1.3) use:
 
<pre>svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/</pre>

Revision as of 19:59, 29 September 2009


Downloading a source tarball

The source tarballs for Bluefish can be downloaded from the project master server (or one of its mirrors) or sourceforge.net.

For the stable tree, check out [1] on the master server. For the development version use [2]. The sourceforge.net server has both versions on the same site.


Downloading the source via Subversion

The source code is also via subversion. For the current stable tree (1.0) use:

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/

For the current development tree (1.3) use:

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/