News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Quick build from source on Ubuntu/Debian in 8 lines

Started by dmoore, October 10, 2013, 10:21:40 PM

Previous topic - Next topic

dmoore

Useful to me, if noone else...


sudo apt-get install subversion
svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk codeblocks
sudo apt-get build-dep codeblocks
cd codeblocks
./bootstrap
./configure --with-contrib-plugins=all --prefix=/opt/codeblocks-svn
make
sudo make install


;D

(This will break, of course, as soon as the build dependencies in trunk differ from the build deps in the official repo.)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

oBFusCATed

I thought there is an easier way to trigger a .deb package build, which will handle dependencies.
And Jens keeps them updated in trunk, I'm sure.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]