Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: malcolm on October 10, 2008, 05:04:28 pm

Title: Starting Code Blocks
Post by: malcolm on October 10, 2008, 05:04:28 pm
Call me stupid or something , but i installed code blocks on ubuntu but hell im not a very experienced user and i dont know how to start it . and bugger me theres no help on this subject . so please if you can help me out with this matter ill be most grateful .

Regards

Malcolm
Title: Re: Starting Code Blocks
Post by: Jenna on October 10, 2008, 06:39:40 pm
That depends on the desktop you use.

You should have an application menu somewhere, with a submenu called development (or something like that). There should be a Code::Blocks entry. Just click on it and it starts.

YOu can also try to start a console window from inside xorg and type codeblocks at the commandline.
Title: Re: Starting Code Blocks
Post by: malcolm on October 11, 2008, 07:34:55 am
I checked the applications menu and there nothing .

I tried typing codeblocks in the consol and bash command not found .

I installed it in ubuntu and worrying about word-wrap on the command line would that be a problem ?

Regards

Malcolm
Title: Re: Starting Code Blocks
Post by: Barking_Mad on October 11, 2008, 08:20:11 am
Varify you have it installed.

at the terminal shell command try typing:

$ aptitude search codeblocks

and see if it list codeblocks as installed (+i), or check within the package manager for ubuntu.

Its most likley not correctly installed or installed at all if "codeblocks" doesnt work directly from the terminal.
Title: Re: Starting Code Blocks
Post by: malcolm on October 11, 2008, 02:10:59 pm
Would this indicate it is installed :


sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.
gdb is already the newest version.
libwxgtk2.6-0 is already the newest version.
libwxgtk2.6-dev is already the newest version.
wx2.6-headers is already the newest version.
wx2.6-headers set to manually installed.
wx2.6-doc is already the newest version.
wx-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded
Title: Re: Starting Code Blocks
Post by: Barking_Mad on October 12, 2008, 12:47:37 am
No but that does show that many/all the depedencies are installed.

Also what version and from what source or repo are you installing from?
Title: Re: Starting Code Blocks
Post by: Jenna on October 12, 2008, 01:05:13 am
Would this indicate it is installed :


sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
Reading package lists... Done
Building dependency tree      
Reading state information... Done
build-essential is already the newest version.
gdb is already the newest version.
libwxgtk2.6-0 is already the newest version.
libwxgtk2.6-dev is already the newest version.
wx2.6-headers is already the newest version.
wx2.6-headers set to manually installed.
wx2.6-doc is already the newest version.
wx-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded

I think wx2.6 is a little bit outdated. I din't know if there are recent Ubuntu-versions of C::B built against this.

Where did you install C::B from and how did you do that ?
Which version of Ubuntu do you use ?