Installing Bluefish: Difference between revisions
m 2.0.3 |
m 2.0.3 |
||
Line 186: | Line 186: | ||
<tt>sudo port install bluefish</tt> | <tt>sudo port install bluefish</tt> | ||
=== Installing 2.0. | === Installing 2.0.3 (current stable) Native (no X11 needed!) === | ||
Download Bluefish-2.0. | Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications. | ||
Version 2.0.3 should work on OSX 10.5 and 10.6. | |||
= Installing Bluefish on Windows XP/Vista/7 (32 bit) = | = Installing Bluefish on Windows XP/Vista/7 (32 bit) = |
Revision as of 17:10, 18 March 2011
Installing Bluefish on Debian GNU/Linux 5.0 (Lenny)
Installing 1.0.x (old stable)
use
apt-get install bluefish aptitude install bluefish
or synaptic or any other package manager
Installing 2.0.0 (current stable)
add the following line, that fits your Debian version, to /etc/apt/sources.list
deb http://debian.wgdd.de/debian lenny main contrib non-free
or put a snippet into /etc/apt/sources.list.d/
sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_lenny.list -N -P /etc/apt/sources.list.d
Then install the repository cryptographic key and Bluefish:
apt-get install wgdd-archive-keyring apt-get install bluefish
Installing Bluefish on Debian GNU/Linux Sid or Squeeze
Installing 1.0.x (old stable)
use
apt-get install bluefish aptitude install bluefish
or synaptic or any other package manager
Installing 2.0.0
add the following line to /etc/apt/sources.list
deb http://debian.wgdd.de/debian sid main contrib non-free
or put a snippet into /etc/apt/sources.list.d/
sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_sid.list -N -P /etc/apt/sources.list.d
Then install the repository cryptographic key and Bluefish:
apt-get install wgdd-archive-keyring apt-get install bluefish
Installing 2.0.1 in Sid (current stable)
version 2.0.1 is now in Debian, run:
apt-get install bluefish
Installing Bluefish on Ubuntu Linux
Installing 1.0.x (old stable)
apt-get install bluefish
or any other frontend for the package manager such as aptitude, synaptic or simply "add / remove programs"
Installing 2.0.0 (current stable) on Ubuntu 8.04
Binary packages for 8.04 are not in a repository. Download the packages from: http://www.bennewitz.com/bluefish/stable/binaries/ubuntu_8.04/ and install them with
sudo dpkg -i bluefish*.deb
Installing 2.0.0 (current stable) on Ubuntu 9.04 or newer
add the following line to /etc/apt/sources.list
deb http://debian.wgdd.de/ubuntu jaunty main restricted universe multiverse
or put a snippet into /etc/apt/sources.list.d/
sudo wget http://debian.wgdd.de/stuff/debian.wgdd.de_ubuntu.list -N -P /etc/apt/sources.list.d
Run updates, to pick up the newly available options
apt-get update
You may see errors at this point, because you've not yet installed the cryptographic key, but that's OK as you're about to do that
Then install the repository cryptographic key and Bluefish:
apt-get install wgdd-archive-keyring apt-get install bluefish
Installing Bluefish on Fedora Linux
Installing 1.0.x
yum install bluefish
Installing 2.0.3 (current stable)
To get latest updates use the provided yum enabled repository...
http://www.bennewitz.com/rpms/endurs_repo_i686-release-1.0-9.noarch.rpm
As an alternative solution you can download the rpm from...
http://www.bennewitz.com/bluefish/stable/binaries/fedora13/
...manually and execute: sudo yum localinstall <path/to/downloaded/bluefish*.rpm>.
Installing Bluefish on Mandriva Linux
To install bluefish on Mandriva, download the latest rpm from http://www.bennewitz.com/bluefish/stable/binaries/mandriva/ Then run the rpm by double-clicking on it. It's that easy. The version for Mandriva 2010.0 x86_64 (i.e. 64 bits) works for Mandriva 2009 Spring x86_64 too.
Or if you are not interested in keeping the download file, you can just click on the above link, click on the latest version, and when the pop-up asks you if you want to download or install, you can just click install.
Installing Bluefish on AltLinux
Installing 1.0
Bluefish can be installed on Alt Linux 3.0, 4.0, 4.1, p5, 5.1 or Sisyphus.
The versions provided by our apt servers are:
- Alt Linux 3.0 - 1.0
- Alt Linux 4.0 - 1.0.5
- Alt Linux 4.1 - 1.0.7
- Alt Linux p5 - 1.0.7
- Alt Linux 5.1 - 1.0.7
- Alt Linux Sisyphus - 1.0.7
To install use:
apt-get install bluefish
or use synaptic or any other package manager.
Alt Linux Sisyphus also provides 1.3.8 (bluefish-unstable).
To install do:
apt-get install bluefish-unstable
Installing 2.0.0 (current stable)
Bluefish 2.0.0 currently is not in Alt Linux repos, but will soon appear in Sisyphus.
For the moment, to install it you have to:
wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.i586.rpm wget http://alt.u-nix.eu.org/bluefish/bluefish-common-2.0.0rc3-alt1.noarch.rpm rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm bluefish-2.0.0rc3-alt1.i586.rpm
If you want to build it on your system, just do:
wget http://alt.u-nix.eu.org/bluefish/bluefish-2.0.0rc3-alt1.src.rpm rpm -i bluefish-2.0.0rc3-alt1.src.rpm cd /usr/src/RPM/SPECS rpmbuild -bb bluefish-2.0.0rc3.spec cd /usr/src/RPM/RPMS/noarch rpm -i bluefish-common-2.0.0rc3-alt1.noarch.rpm
For i586 do:
cd /usr/src/RPM/RPMS/i586 rpm -i bluefish-2.0.0rc3-alt1.i586.rpm
For x86_64 do:
cd x86_64 rpm -i bluefish-2.0.0rc3-alt1.x86_64.rpm
Installing Bluefish on Gentoo
Latest Gentoo stable
emerge bluefish
Latest available
echo 'app-editors/bluefish' >> /etc/portage/package.keywords && emerge bluefish
Installing Bluefish on Slackware
- Kwick n dirty method
- $ ./configure && make
- # make install
- enjoy you are in Slackware ;)
- But please consider to use a Slackbuild
- (you know why)
- Dependencies
- Bluefish depends on Gnome:
- consider to install some gnome minimal.
- Have a look at dependencies file at third party slackbuilders,
- have a look at ./configure issues.
Installing 2.0.1 (current stable)
Bluefish needs gvfs if you want to work with remote files.
- GVFS is work in progress in Slackware, you need to have glib 2.18 (Slack 13.0); GSB (2.28.2) uses glib2 2.22.4 and gvfs 1.4.3.
You can use your bluefish.SlackBuild 1.0 for Bluefish 2.
Installing Bluefish on OpenSolaris
Installing 1.0.x (old stable)
search for bluefish in the package manager, select and click apply.
Installing 2.0.x (current stable)
A binary package is not yet available in OpenSolaris, you have to compile from source, see Compiling_Bluefish_from_source.
Installing Bluefish on Mac OS X
Installing 2.0.1 (current stable) Using Macports
Install Macports.
Run from Terminal.app
sudo port install bluefish
Installing 2.0.3 (current stable) Native (no X11 needed!)
Download Bluefish-2.0.3.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.
Version 2.0.3 should work on OSX 10.5 and 10.6.
Installing Bluefish on Windows XP/Vista/7 (32 bit)
Installing 2.0.3 (current stable)
download Bluefish-2.0.3-setup.exe from the main download server http://www.bennewitz.com/bluefish/stable/binaries/win32/
This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.
Installing without internet access
download Bluefish-2.0.3-tagalong.exe from the main download server http://www.bennewitz.com/bluefish/stable/binaries/win32/
Now download the GTK+ installer (gtk-runtime-2.14.7-rev-a.exe from http://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.14.7%20Rev%20A/gtk-runtime-2.14.7-rev-a.exe/download) and whatever language dictionaries (from http://www.muleslow.net/files/aspell/lang/) you wish to install and place them in a directory called 'redist' in the same folder as the installer. The tagalong install will fall back on downloading the file if it does not exist locally or the checksum of the local file does not match the stored value.
Installing Bluefish on Windows 7 (64 bit)
Bluefish 2.0.2 on Windows 7 (64 bit) will fail to start with the newest version of GTK+. You have to manually download GTK 2.14.7 from http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.14/gtk2-runtime-2.14.7-2009-01-13-ash.exe/download and install it prior installing Bluefish itself. This will prevent Bluefish installer from donwloading the newest version.
If you already have GTK+ in newer version, you have to uninstall this one, and install version 2.14.7. Otherwise you won't be able to run Bluefish.
Than download Bluefish-2.0.2-setup.exe from the main download server http://www.bennewitz.com/bluefish/stable/binaries/win32/ and install it.
Bluefish won't run with any newer version of GTK+ than 2.14.7, so do not upgrade this library. If it happens, you'll have to manually downgrade to mentioned version.