Code::Blocks Forums
User forums => Help => Topic started by: Borneq on January 25, 2017, 07:56:41 am
-
First I try build it for Windows, next I wanna build also for Linux.
I have installed nightly version 10922.
I have installed wxWidgets from http://www.codeblocks.org/downloads/source (http://www.codeblocks.org/downloads/source) -> http://sourceforge.net/projects/codeblocks/files/Sources/16.01/wxMSW-2.8.12.7z (http://sourceforge.net/projects/codeblocks/files/Sources/16.01/wxMSW-2.8.12.7z) to c:\wxMSW-2.8.12
Before build ask me about variables:
wx: here c:\wxMSW-2.8.12 ?
cb_release_type: ?
-
Search the wiki please. There is plenty of information there.
-
cb_release_type: ?
Needs to be a single space " ", "-g", what ever optimize level you want (NOTE: Do NOT try level 3 it is normally too bugging under Windows.)
Edit: http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows#Build_Code::Blocks (http://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows#Build_Code::Blocks)
Tim S.