Getting Bluefish

From Bluefish Wiki
Revision as of 20:03, 29 September 2009 by Daniel Leidert (talk | contribs) (Complete subversion info.)
Jump to navigation Jump to search


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/

If you need a special release, it can be retreived via (replace X,Y,Z with the version numbers, e.g. 1, 3 and 7):

svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/tags/bluefish_X_Y_Z