Author Topic: Installation under Linux  (Read 5759 times)

Offline Agent2

  • Single posting newcomer
  • *
  • Posts: 3
Installation under Linux
« on: March 02, 2008, 07:24:44 pm »
Hi,

Yesterday, i changed my OS from Windows to Linux (Xubuntu 7.1).
Now, I'll install Code::Blocks, but I do not understand how.

I downloaded the Code:Blocks, then I decompressed the file and put the .deb-files on my USB-Stick.
When I tryed to install the .deb under Linux (with double-click), there is a message, that i have to install
WXwidgets....  And thats the Problem: I don't know, what i have to download and install.
On my Linux-PC, I have no Internet...

Can someone help me? I need a easy "tutorial" how I can install Code::Blocks under Linux Xubuntu...

Thanks, Agent2


/* I know, that my English isn't so good -> I'm german */

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Installation under Linux
« Reply #1 on: March 03, 2008, 10:12:14 am »
You can download wxWidgets from http://apt.wxwidgets.org/dists/.
Then go to the subdir referring to your (X)Ubuntu-version, then main, then your architecture (either 64 or 32 bit) and download at least libwxbase2.8-0_2.8.7.1-0_XXX.deb and libwxgtk2.8-0_2.8.7.1-0_XXX.deb to run C::B.
If you want to develop wxWidgets-programs you also need wx2.8-headers_2.8.7.1-0_XXX.deb, libwxgtk2.8-dev_2.8.7.1-0_XXX.deb, libwxbase2.8-dev_2.8.7.1-0_XXX.deb and perhaps wx-common_2.8.7.1-0_XXX.deb and wx2.8-i18n_2.8.7.1-0_all.deb.

XXX stands for your architecture (either amd64 or i386).

Offline Agent2

  • Single posting newcomer
  • *
  • Posts: 3
Re: Installation under Linux
« Reply #2 on: March 03, 2008, 04:47:32 pm »
Thanks for your answer..
i downloaded libwxbase2.8-0_2.8.7.1-0_XXX.deb and libwxgtk2.8-0_2.8.7.1-0_XXX.deb.

But when i try to install libwxgtk2.8-0_2.8.7.1-0_XXX.deb, this message comes:

Error: Dependency is not satisfiable: libpango 1.0_0


I can't undetstand it, because libpango 1.0-0 is installed.
What can I do now?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Installation under Linux
« Reply #3 on: March 03, 2008, 05:00:52 pm »
Is the right version of libpango installed ?
Maybe this will help you: http://forums.codeblocks.org/index.php/topic,7867.msg59225.html#msg59225

Offline Agent2

  • Single posting newcomer
  • *
  • Posts: 3
Re: Installation under Linux
« Reply #4 on: March 03, 2008, 06:09:56 pm »
Thanks, now it works!
But I have an other question:

How can I start my console.exe  under linux?
« Last Edit: March 03, 2008, 08:17:46 pm by Agent2 »