News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

how to install code::blocks on knoppix [LIVE CD]

Started by C98, January 11, 2008, 08:53:24 AM

Previous topic - Next topic

C98

hi all.
can anyone say something about
how to install code::blocks on knoppix [liVE CD]
thanks.
  :?

Jenna

Knoppix is based on debian, so you can try my repository for install (see signature).
You have to install it (and knoppix also I think, but I'm not sure) to a hdd of course, or you have to reinstall it everytime you start the Live CD.
Don't forget to install the appropriate wxWidgets packages too.
If you put apt.wxwidgets.org to your package sources list, the dependencies are fullfilled automatically.

C98

hey thanks jens now i see kpackage hawe an a auto update section where i can idd  apt.wxwidgets.org to search.
but is there a option to list necessary packages like on devpacks. which also works on win wersion of c::b .

and can i install it first time without wxvidgets .
deb command doesn't work on knoppix.
so your link does not work at all on knoppix.

Jenna

Quote from: C98 on January 11, 2008, 09:36:07 AM
deb command doesn't work on knoppix.
so your link does not work at all on knoppix.
deb is not a command !!
On my site I posted the lines needed by debian package-manager apt.
As I Wrote there they have to be included in /etc/apt/sources.list.
You can use synaptic as frontend to the package-manager instead of kpackage, it is a much more userfriendly tool (that is of course only my opinion).
You can not work with C::B without wxWidgets, because it is linked against it.