Code::Blocks Forums

User forums => Help => Topic started by: iammisc on December 23, 2005, 07:50:09 pm

Title: Going to install Code::Blocks
Post by: iammisc on December 23, 2005, 07:50:09 pm
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.
Title: Re: Going to install Code::Blocks
Post by: Urxae on December 23, 2005, 08:42:58 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 (http://wiki.codeblocks.org/index.php?title=MinGW_installation).

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 (http://tortoisecvs.org/)

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 ;).
Title: Re: Going to install Code::Blocks
Post by: Michael on December 23, 2005, 09:01:08 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:


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

(2). Convert my projects from .dev to the Code::Blocks Format.

Simply :):

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

(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 (http://tortoisesvn.sourceforge.net/) and use it to download the C::B sources (http://www.codeblocks.org/source_code.shtml).

Consult also the C::B wiki (http://wiki.codeblocks.org/index.php?title=Main_Page) for useful information.

Michael
Title: Re: Going to install Code::Blocks
Post by: Urxae on December 23, 2005, 09:04:46 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 (http://tortoisesvn.sourceforge.net/) and use it to download the C::B sources (http://www.codeblocks.org/source_code.shtml).

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 ;).
Title: Re: Going to install Code::Blocks
Post by: Michael on December 23, 2005, 09:15:15 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 (http://tortoisesvn.sourceforge.net/) and use it to download the C::B sources (http://www.codeblocks.org/source_code.shtml).

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
Title: Re: Going to install Code::Blocks
Post by: iammisc on December 24, 2005, 03:13:35 am
Thanks for all your help!

And visit my sourceforge project at http://vwp.sourceforge.net
Title: Re: Going to install Code::Blocks
Post by: Michael on December 24, 2005, 06:36:02 pm
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