User forums > Help

Ubuntu - error - installation

<< < (4/5) > >>

Klaw117:

--- Quote from: jens on June 21, 2010, 07:37:27 pm ---It's no problem to use the tar-ball with the debug-files, It's just much larger and contains deb-files you do not need.

I can tell you how to cd to the folder your deb's are in, but I do not do it for two reasons:

1. it's far beyond the scope of our forum to teach how OS basics work,
2. it's better to find it out yourself, because learning how to find find solutions for problems is one of the most important things for any programmer.



--- End quote ---
Heheh, fair enough. I actually figured it out, so all is good. Thanks for helping me out.

Calmarius:
I think it's better to wait for Ubuntu guys to update the main repository. cb 8.02 is still good enough. Maybe it will be available in Ubuntu 10.10

kencamargo:

--- Quote from: Calmarius on July 06, 2010, 10:31:15 am ---I think it's better to wait for Ubuntu guys to update the main repository. cb 8.02 is still good enough. Maybe it will be available in Ubuntu 10.10

--- End quote ---

For the umpteenth time, just choose between (a) using pasgui's pack with the wxwidgets that comes with Ubuntu (since 9.4), or (b) use the wxwidget repository with Jen's pack. Either option gives access to freshly minted c::b 10.4...

Ken

kencamargo:

--- Quote from: kencamargo on July 06, 2010, 09:00:48 pm ---Either option gives access to freshly minted c::b 10.4...

--- End quote ---

That, of course, should be 10.5.

lorenzosu:
Hi,

On lucid i368 I had to do the following based on san's solution (see here: http://forums.codeblocks.org/index.php/topic,12662.msg86195.html#msg86195 (this is just for the basic codeblocks):


--- Code: ---sudo su
--- End code ---
- a # prompt should appear

--- Code: ---echo "deb http://apt.wxwidgets.org/ lucid-wx main" >> /etc/apt/sources.list
--- End code ---

--- Code: ---exit
--- End code ---

--- Code: ---wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
--- End code ---

- download codeblocks-10.05-1-debian-i386.tar.bz2 http://prdownload.berlios.de/codeblocks/codeblocks-10.05-1-debian-i386.tar.bz2
- cd to the location where you downloaded the file


--- Code: ---tar xvf codeblocks-10.05-1-debian-i386.tar.bz2
--- End code ---


--- Code: ---cd i386
--- End code ---


--- Code: ---sudo dpkg -i libcodeblocks0_10.05-1_i386.deb codeblocks-common_10.05-1_all.deb codeblocks_10.05-1_i386.deb

--- End code ---

Bests,
Lorenzo

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version