Search This Blog

Friday, July 30, 2010

Install BlueFish Programming IDE

Blue-Fish is valuable IDE for programmers and Designers. Because it's support for many programming languages.Try to install and get Develop.


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 
Then install the repository cryptographic key and Bluefish:

apt-get install wgdd-archive-keyring
apt-get install bluefish

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 
 
(NOTE:- 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 Windows XP/Vista/7 (32 bit)


Installing 2.0.1 (current stable)

download Bluefish-2.0.1-setup.exe from the main download server  


http://www.bennewitz.com/bluefish/stable/binaries/win32/
 
(NOTE: -This installer needs internet access because it will download gtk library and the spell checking dictionaries for you.)







No comments:

Post a Comment