Getting Bluefish: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Add command.)
(Add Windows information.)
Line 24: Line 24:
to install the stable version of Bluefish.
to install the stable version of Bluefish.


=== Windows ===
For Windows an installer is available. Check out the projects [https://sourceforge.net/projects/bluefish/files/ sourceforge.net download page].


== Downloading the source ==
== Downloading the source ==

Revision as of 20:39, 29 September 2009


Downloading binaries

We provide pre-compiled binaries for several operating systems. In alphabetical order:

Debian and Ubuntu

Packages for the stable tree can usually be installed from the Debian or Ubuntu package pool via apt-get, aptitude, synaptic, ...

apt-get install bluefish

Packages of the development tree are provided for Debian Lenny & Sid and Ubuntu Jaunty at [1]. Please follow the instructions at [2] to add this repository and its archive key to your system. Then install the packages using

apt-get install bluefish-unstable

Gentoo

Gentoo users run

emerge bluefish

to install the stable version of Bluefish.

Windows

For Windows an installer is available. Check out the projects sourceforge.net download page.

Downloading the source

There are several ways to retreive the source of Bluefish.

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 [3] on the master server. For the development version use [4]. The sourceforge.net server has both versions on the same site.

After downloading compare the SHA hashsum of the tarball with the values provided at our homepage.


Downloading the source via Subversion

We have two main branches in our Subversion tree:

Make a checkout of the branch you want to work on. Sometimes we also have some branches, when we work on new major features or rewrites. But you usually want one of the above. 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


Downloading the latest source snapshot

The latest snapshot (for the stable or the development tree) can be retreived via subversion as shown above. You can also download the source snapshot as tarball for the stable or development tree.