Getting Bluefish: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Complete subversion info.)
(More completion to this page.)
Line 2: Line 2:




== Downloading a source tarball ==
== Downloading binaries ==
 
We provide pre-compiled binaries for several operating systems. In alphabetical order:
 
=== [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] ===
 
Packages for the stable tree can usually be installed from the [http://packages.debian.org/bluefish Debian] or [http://packages.ubuntu.com/bluefish Ubuntu] package pool via apt-get, aptitude, synaptic, ...
 
Packages of the development tree are provided for Debian Lenny & Sid and Ubuntu Jaunty at [http://debian.wgdd.de/debian/]. Please follow the instructions at [http://debian.wgdd.de/debian/#apt-get] to add this repository and its archive key to your system. Then install the packages using
 
apt-get install bluefish-unstable
 
 
=== [http://www.gentoo.org Gentoo] ===
 
[http://www.gentoo.org Gentoo] users run
 
emerge bluefish
 
to install the stable version of Bluefish.
 
 
== 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 [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].
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].
Line 8: Line 34:
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.
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.


After downloading compare the SHA hashsum of the tarball with the values provided at our [http://bluefish.openoffice.nl homepage].
=== Downloading the source via Subversion ===


== Downloading the source via Subversion ==
We have two main branches in our [https://bluefish.svn.sourceforge.net Subversion] tree:


The source code is also via subversion. For the current stable tree (1.0) use:
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0/ stable 1.0 branch] (gets mainly bugfixes; no major rewrites)
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish/ development 1.3 branch] (major rewrites, new features).
 
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/
  svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/
Line 22: Line 55:


  svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/tags/bluefish_X_Y_Z
  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 [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0.tar.gz?view=tar stable] or [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish.tar.gz?view=tar development] tree.

Revision as of 20:20, 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, ...

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.


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.