News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Going to install Code::Blocks

Started by iammisc, December 23, 2005, 07:50:09 PM

Previous topic - Next topic

iammisc

Hi!

Recently, my hard drive got corrupted and I had to reimage it. After doing so, I resolved to installing Code::Blocks on it over Dev-c++ but I would like to know how I should:

(1). Install Code::blocks(do I just use the installer with MingW32 or do I have to install MingW32 myself?)
(2). Convert my projects from .dev to the Code::Blocks Format.
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)

Thanks. I look forward to using Code::Blocks because its features are superior to that of Dev-c++ and it gives WAY more flexibility when it comes to compiler choice, etc.

Urxae

Quote from: iammisc on December 23, 2005, 07:50:09 PM
Recently, my hard drive got corrupted and I had to reimage it. After doing so, I resolved to installing Code::Blocks on it over Dev-c++ but I would like to know how I should:

(1). Install Code::blocks(do I just use the installer with MingW32 or do I have to install MingW32 myself?)
Depends. Does your image include MinGW? If not, use the installer with MinGW, otherwise the one without. Pretty simple really. Though you might also want to use a build from SVN, lots of new goodies since RC2. There should be a thread in the developement forum, I think. Note, however, that those don't offer installers with MinGW included. So either install separately or first install RC2+MinGW. Instructions to installing separately in the wiki.

Quote
(2). Convert my projects from .dev to the Code::Blocks Format.
Code::Blocks can import Dev-C++ projects. It's somewhere in the menus.

Quote
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)
TortoiseCVS

Quote
Thanks. I look forward to using Code::Blocks because its features are superior to that of Dev-c++ and it gives WAY more flexibility when it comes to compiler choice, etc.
Oh, if you want to use another compiler then you don't need MinGW. Unless you want to use both, of course ;).

Michael

Quote from: iammisc on December 23, 2005, 07:50:09 PM
(1). Install Code::blocks(do I just use the installer with MingW32 or do I have to install MingW32 myself?)

You have several possibilities:


  • Download C::B RC2 with MinGW boundle
  • Download and instal MinGW by yourself and then C::B RC2 or (and for me it is a better solution) a binary of C::B SVN version. As alternative you can download the sources and compile C::B by yourself

I would advice you to use a SVN version, because of bug fixes, improvments, new features, and so on :D.

Quote from: iammisc on December 23, 2005, 07:50:09 PM
(2). Convert my projects from .dev to the Code::Blocks Format.

Simply :):

Project-->Import-->Dev-C++ Project

Quote from: iammisc on December 23, 2005, 07:50:09 PM
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)

C::B now uses SVN, which is better (and IMHO really better). You can just download, e.g., TortoiseSVN and use it to download the C::B sources.

Consult also the C::B wiki for useful information.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

Urxae

Quote from: Michael on December 23, 2005, 09:01:08 PM
Quote from: iammisc on December 23, 2005, 07:50:09 PM
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)

C::B now uses SVN, which is better (and IMHO really better). You can just download, e.g., TortoiseSVN and use it to download the C::B sources.

Did I miss where he said he wanted to use the C::B CVS repository? He just mentioned the sf.net CVS repositories. They have a few other projects in there too, you know ;).

Michael

Quote from: Urxae on December 23, 2005, 09:04:46 PM
Quote from: Michael on December 23, 2005, 09:01:08 PM
Quote from: iammisc on December 23, 2005, 07:50:09 PM
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)

C::B now uses SVN, which is better (and IMHO really better). You can just download, e.g., TortoiseSVN and use it to download the C::B sources.

Did I miss where he said he wanted to use the C::B CVS repository? He just mentioned the sf.net CVS repositories. They have a few other projects in there too, you know ;).

I just thought he wanted to have access to C::B CVS repository :oops:. But you are right. TortoiseCVS is surely a better solution to access sorceforge CVS repositories :).

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

iammisc

Thanks for all your help!

And visit my sourceforge project at http://vwp.sourceforge.net

Michael

Quote from: iammisc on December 24, 2005, 03:13:35 AM
And visit my sourceforge project at http://vwp.sourceforge.net

Interesting project :D. I find great that you will use C::B for your project. Your feedback could be IMHO precious to improve C..B.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]