Code::Blocks Forums

User forums => Help => Topic started by: Borneq on January 25, 2017, 07:56:41 am

Title: How to build CB from SVN?
Post 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: ?
Title: Re: How to build CB from SVN?
Post by: oBFusCATed on January 25, 2017, 08:45:22 am
Search the wiki please. There is plenty of information there.
Title: Re: How to build CB from SVN?
Post by: stahta01 on January 25, 2017, 12:26:47 pm
Quote
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.