Code::Blocks Forums
User forums => Help => Topic started 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.
-
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).
(2). Convert my projects from .dev to the Code::Blocks Format.
Code::Blocks can import Dev-C++ projects. It's somewhere in the menus.
(3). How I should get CVS working.(I need to use the SourceForge.net CVS repositories)
TortoiseCVS (http://tortoisecvs.org/)
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 ;).
-
(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 (http://www.codeblocks.org/downloads.shtml) C::B RC2 with MinGW boundle
- Download (http://wiki.codeblocks.org/index.php?title=MinGW_installation) and instal MinGW by yourself and then C::B RC2 or (and for me it is a better solution) a binary (http://paginas.terra.com.br/informatica/mauricio/codeblocks/) of C::B SVN version. As alternative you can download the sources (http://www.codeblocks.org/source_code.shtml) 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.
(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
-
(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 ;).
-
(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
-
Thanks for all your help!
And visit my sourceforge project at http://vwp.sourceforge.net
-
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