Quantcast
Channel: Sysads Gazette » Applications
Viewing all articles
Browse latest Browse all 174

Install CodeLite 5.4 in Ubuntu, Debian, Linux Mint

$
0
0

CodeLite is an open source, free, cross platform IDE for the C/C++ programming languages which runs best on all major Platforms ( OSX, Windows and Linux ). See release notes for full details of fixes and improvements on latest version 5.4.

Install CodeLite

Step 1: Download and Install Dependencies

32bit OS

wget http://ubuntu.intergenia.de/ubuntu//pool/universe/t/tiff3/libtiff4_3.9.7-0ubuntu1_i386.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.0-2ubuntu1_i386.deb
sudo dpkg -i libjbig0_2.0-2ubuntu1_i386.deb
sudo dpkg -i libtiff4_3.9.7-0ubuntu1_i386.deb

64bit OS

wget http://ubuntu.intergenia.de/ubuntu//pool/universe/t/tiff3/libtiff4_3.9.7-0ubuntu1_amd64.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.0-2ubuntu1_amd64.deb
sudo dpkg -i libjbig0_2.0-2ubuntu1_amd64.deb
sudo dpkg -i libtiff4_3.9.7-0ubuntu1_amd64.deb

Step 2: Add CodeLite Key

sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc

Step 3: Add Repository

sudo apt-add-repository "deb http://repos.codelite.org/ubuntu/ $(lsb_release -sc) universe"

Step 4: Update Repository

sudo apt-get update

Step 5: Install CodeLite

sudo apt-get install codelite wxcrafter

codelite-01


Viewing all articles
Browse latest Browse all 174

Trending Articles