Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: C98 on January 11, 2008, 08:53:24 am

Title: how to install code::blocks on knoppix [LIVE CD]
Post by: C98 on January 11, 2008, 08:53:24 am
hi all.
can anyone say something about
how to install code::blocks on knoppix [liVE CD]
thanks.
  :?
Title: Re: how to install code::blocks on knoppix [LIVE CD]
Post by: Jenna on January 11, 2008, 09:12:43 am
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.
Title: Re: how to install code::blocks on knoppix [LIVE CD]
Post by: C98 on January 11, 2008, 09:36:07 am
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.
Title: Re: how to install code::blocks on knoppix [LIVE CD]
Post by: Jenna on January 11, 2008, 10:06:53 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.