Author Topic: Need help to Install  (Read 3410 times)

Lukas the brain

  • Guest
Need help to Install
« on: May 03, 2008, 10:48:21 pm »
Hi,

i am from Germany, so i say sorry, if my English is not the best.

I want to install Codeblocks on my Computer with Debian. I downloaded the binary release.

But now i do not know what to do.

I have a file named codeblocks-8.02debian-i386.tar.gz and i can open it. But what have i to do after that??

I say thank you very much to you.

God bye,

Lukas

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Need help to Install
« Reply #1 on: May 04, 2008, 12:53:26 am »
The first is that you also need the wxWidgets-2.8.7-packages to fullfill the dependencies of the binaries.

You can have a look at my server (see signature) for a description how to get them.

From the wxWidgets-2.8.7 packages you need at least "libwxbase2.8-0" and "libwxgtk2.8-0".

If you want to develop wxWidgets-applications, you also need  "libwxbase2.8-dev", "libwxgtk2.8-dev", "wx-common" and "wx2.8-headers".
The wxWidgets documentation is in the "wx28-doc"-package.

If wxWidgtes is installed you can do a minimal installation (without  wxSmith and contrib-plugins) with

Code
dpkg -i codeblocks_8.02_i386.deb libcodeblocks0_8.02_i386.deb

You should also install "codeblocks-contrib_8.02_i386.deb" and "libwxsmithlib0_8.02_i386.deb" (add them to the commandline above).

The C::B -dev and -dbg packages are normally not needed.

If you have any questions feel free to ask.