User forums > General (but related to Code::Blocks)
How to make CodeBlocks mobile.
zac:
Thanks codeur,
I'll take a look at the portable version. BTW, just curious, if there is a solution here why not integrated into existing build?
regards,
zac
zac:
Dear Thomas,
I only download the CB nightly build and install nothing else. If the files/folders are not belonged to CB, what they belonged to?
Regards,
zac
thomas:
They belong to some contrib plugins for Code::Blocks, but not to Code::Blocks.
zac:
This portable version is great. But does anyone know what needed to be modified in the nightly build to have the same effect?
Regards,
zac
shajunxing:
I've made my C::B perfectly mobile. First, install C::B and run once and you'll find configuration files in your profile folder, for example "c:\documents and settings\administrator\...\codeblocks". Copy all these files into C::B folder. Second, copy your compiler and linker and others into C::B folder. I kept each compiler in a specified folder and in each of these folder I made the structure "bin" "include" "lib". Open C::B and open "Compiler and Debugger settings", in the "search directories" tab, you can use "$(codeblocks)" instead of absolute C::B path, my setting is:
Compiler - $(codeblocks)\mingw\include
Linker - $(codeblocks)\mingw\lib
You can also use "$(codeblocks)" in your help system the same way. I copyed some help files from C++Builder and it works perfectly. Enjoy it :P
Navigation
[0] Message Index
[*] Previous page
Go to full version