Author Topic: upgrading codeblocks  (Read 3124 times)

karan173

  • Guest
upgrading codeblocks
« on: December 26, 2012, 04:17:26 pm »
I wish to upgrade C::B from 10.05 to the newer version. Should i just install the new codeblocks to the existing C::B directory to preserve my old settings or is there some other procedure to be followed?`

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: upgrading codeblocks
« Reply #1 on: December 26, 2012, 06:04:30 pm »
I wish to upgrade C::B from 10.05 to the newer version. Should i just install the new codeblocks to the existing C::B directory to preserve my old settings or is there some other procedure to be followed?`
It depends a little on your platform and system settings which you didn't mention.

Usually its not an issue to have two version of C::B in parallel as long as the are in different paths (including the resources). On Eindows it is as easy as to select another path in the installer. On Linux you have to be careful with the package manager of your choice. Note that sharing the same settings might not be such a good idea. So the default.conf file should be provided for both versions in different places, i.e. by using profiles.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ