Author Topic: Installation Tutorial  (Read 6656 times)

manutd

  • Guest
Installation Tutorial
« on: January 22, 2007, 12:08:41 am »
I've posted a tutorial on how to install Code::Blocks on my blog, linked here.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Installation Tutorial
« Reply #1 on: January 22, 2007, 12:21:23 am »
Quote
Download the MinGW compiler system. I did this by downloading Dev-C++ and then removing the Dev-C++ compiler system, leaving MinGW. You should be left with the folders bin, include, lib, libexec, and mingw32. Then rename the folder to MinGW and place it in the root directory of your drive

this will give you an older GCC off course

manutd

  • Guest
Re: Installation Tutorial
« Reply #2 on: January 22, 2007, 02:13:55 am »
Yes, but I wanted to give the simplest way of getting to the compiler.

Offline fiammy

  • Multiple posting newcomer
  • *
  • Posts: 46
    • Nebulagame
Re: Installation Tutorial
« Reply #3 on: January 22, 2007, 11:55:48 am »
Nice! Short and simple tutorial. What I would like to see, is a step-by-step howto on the compiling and setup of the environment if one wants to do wxWidgets development in Code::Blocks using the Wizards. I can't seem to figure out what to put into the environment variables for my MINGW setup.

Anybody up to the challenge?

manutd

  • Guest
Re: Installation Tutorial
« Reply #4 on: January 22, 2007, 01:46:55 pm »
Hehe. That's what I'm trying to figure out how to do. If I finish I'll post the instructions on my site.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Installation Tutorial
« Reply #5 on: January 22, 2007, 06:19:58 pm »
I wouldn't add the bin dir , due to recent code changes it could cause some problems : see here : http://forums.codeblocks.org/index.php?topic=4985.msg39081#msg39081

manutd

  • Guest
Re: Installation Tutorial
« Reply #6 on: January 22, 2007, 10:05:42 pm »
Works fine for me, but I've put that warning up :).

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Installation Tutorial
« Reply #7 on: January 22, 2007, 10:17:08 pm »
Hi !

Nice; you may add a link to the existing mingw install in the wiki :
http://wiki.codeblocks.org/index.php?title=Mingw

Dje

manutd

  • Guest
Re: Installation Tutorial
« Reply #8 on: January 22, 2007, 10:20:51 pm »
Thanks, I've changed it, that's much easier.