Author Topic: Transferring Code::Blocks and settings to another computer  (Read 6186 times)

Sigvatr

  • Guest
Transferring Code::Blocks and settings to another computer
« on: June 04, 2011, 10:16:39 pm »
Hi there,

I've already read the FAQ topic on this issue, however, I want to be absolutely sure that nothing goes wrong.

I have multiple computers (all Windows) that I use to develop on and I want to ensure that Code::Blocks looks, feels and works the same across all of them.

There are three things that I have considered needing to be transferred to the other computers:

1) All files in the Code::Blocks installation folder
2) Application data stored in the user's settings folder (ie. C:\Users\Sigvatr\AppData\Roaming\codeblocks )
3) Registry settings

If there is nothing else that needs to be transferred to the other computers, then I should be ok. However, I'm wondering if there are any other things I need to take into consideration, and also if there is an easier way to do this.

Thanks!
« Last Edit: June 04, 2011, 10:18:43 pm by Sigvatr »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Transferring Code::Blocks and settings to another computer
« Reply #1 on: June 05, 2011, 10:35:26 am »
However, I'm wondering if there are any other things I need to take into consideration, and also if there is an easier way to do this.
That would be it. Even the Registry settings would be done automatically on first launch on Code::Blocks if they are not present (when C::B asks you about the file associations), so you could even leave those.
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