Editing UsingCB
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
* Open the Shell of your choice. Change directory to your project folder and create a new subdirectory.<br /> | * Open the Shell of your choice. Change directory to your project folder and create a new subdirectory.<br /> | ||
Maybe something like ''build-cb'' | Maybe something like ''build-cb'' | ||
− | * execute < | + | * execute ''cmake <s>G "CodeBlocks</s> Unix Makefiles" ..''<br /> |
The ''-G'' option together with ''"CodeBlocks - Unix Makefiles"'' specifies the CMake Generator.<br /> | The ''-G'' option together with ''"CodeBlocks - Unix Makefiles"'' specifies the CMake Generator.<br /> | ||
Possible Generators are described [http://cmake.org/cmake/help/v2.8.8/cmake.html#section_Generators here]. | Possible Generators are described [http://cmake.org/cmake/help/v2.8.8/cmake.html#section_Generators here]. |