Skip to navigation
How to install the latest codeblocks with ubuntu/debian?
07.12.13
Reply
Anonymous
to install the latest codeblock to ubuntu/debian you can use jen's unofficial debian repository at http://apt.jenslody.de/ he packages are build with pbuilder in a chroot-environment. The following steps have to be done as user root, or using sudo ! To install the packages using apt or one of its frontends please add the following lines to your /etc/apt/sources.list : deb http://apt.jenslody.de/ any main deb-src http://apt.jenslody.de/ any main To install the actual release version instead of the nightlies using apt or one of its frontends please add the following lines to your /etc/apt/sources.list : deb http://apt.jenslody.de/ any release deb-src http://apt.jenslody.de/ any release The best and easiest way to add my public-key to apt's trustdb is to install the package jens-lody-debian-keyring with your preferred package-manager or with: sudo apt-get update sudo apt-get install jens-lody-debian-keyring The packages are build against wxWidgets 2.8.10. If you do not use debian-unstable or testing it is necessary to upgrade your wxWidgets installation. The wxWidgets packages shipped with debian stable are too old. Debian testing now provides wxWidgets 2.8.10, the libraries from debian work with my packages (they are installed on my working-system). Please put the following lines to your sources.list too: deb http://apt.wxwidgets.org/ lenny-wx main key-import to apt's trusted keys: wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
07.12.13
http://apt.jenslody.de/
Reply
Anonymous
Information Epoch 1736485591
Code that is graceful and clear is less likely to break.
Home
Notebook
Contact us