Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Seronis on July 15, 2009, 07:43:05 pm

Title: Setting up in ubuntu, repository wxWidget ok?
Post by: Seronis on July 15, 2009, 07:43:05 pm
I've been using 8.02 and the febuary release from this year on my Windows systems for some time with no issues.  Havent bothered with SVN building C::B since before 8.02 was released.  I am now getting one of my computers set up with ubuntu 9.04 and have gcc and the latest Boost installed with no problems.

I noticed that the latest nightlies in windows are using the *.10 series of wxWidgets.  The ubuntu repo has version 2.8.9.1-0 which is surprisingly recent for a repo version.  Is there any C::B issues explicitely related to this version of wxWidgets or should I take the time to manually get 2.8.10 installed?  I dont mind putting in that effort, id just rather not worry about it and let the package manager control it if feasible.
Title: Re: Setting up in ubuntu, repository wxWidget ok?
Post by: Jenna on July 15, 2009, 08:11:44 pm
Should also work with 2.8.9 (if self-compiled).
Getting more recent wxWidgets is not so hard, see here: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian (http://wiki.wxpython.org/InstallingOnUbuntuOrDebian) .
Title: Re: Setting up in ubuntu, repository wxWidget ok?
Post by: Seronis on July 23, 2009, 12:59:54 am
Yeah I use windows too much.  Keep forgetting how easy most software is to install in linux.  TY for the link