Author Topic: need installation instructions code blocks in Ubuntu  (Read 4851 times)

WoZ

  • Guest
need installation instructions code blocks in Ubuntu
« on: June 20, 2009, 11:33:35 am »
    
code blocks them down by this link:

http://sourceforge.net/project/downloading.php?groupname=codeblocks&filename=codeblocks_8.02-0ubuntu1.deb.tar.gz&use_mirror=nchc

unpacking it be like this,you can not help themselves:


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: need installation instructions code blocks in Ubuntu
« Reply #1 on: June 20, 2009, 11:43:26 am »
Either:

from commandline:
Code
sudo dpkg -i <list_of_all_the_debs_you_need_or_want_seperated_with_spaces>

or (recommended):

use a nightly build.
You can either use my repo (should work with ubuntu also) or have a look in the actual threads of the nightlies-board, there are ubuntu builds available.
For example pasgui's repo: http://lgp203.free.fr/spip/spip.php?article1

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: need installation instructions code blocks in Ubuntu
« Reply #2 on: June 20, 2009, 11:57:33 am »
By the way:
please reduce the download size of your image, the next time I will remove it from your post !!

A size of 624 kB is 10 times bigger than necessary.
Simple saving it from gimp with mode indexed reduces it to less than 64 kBytes.

Here are users (me included) that are forced to to use dial-in connections.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: need installation instructions code blocks in Ubuntu
« Reply #3 on: June 20, 2009, 01:52:15 pm »
sudo apt-get install codeblocks works out of the box on Ubuntu.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: need installation instructions code blocks in Ubuntu
« Reply #4 on: June 20, 2009, 02:06:37 pm »
sudo apt-get install codeblocks works out of the box on Ubuntu.

Depends on the ubuntu-distro as far as I know, but you are right, I forgot this,