Difference between revisions of "Compile Code::Blocks plugins based on a nightly"

From Code::Blocks
Line 3: Line 3:
 
So, you don't want to compile wxWidgets or Code::Blocks core but still want to be able to modify a certain plugin (for example) and use the modified plugin in your favourite nightly? Its possible. Here is what you need:
 
So, you don't want to compile wxWidgets or Code::Blocks core but still want to be able to modify a certain plugin (for example) and use the modified plugin in your favourite nightly? Its possible. Here is what you need:
  
* The wxWidgets ''sources'' (!) - no need to compile them, just download from [http://www.wxwidgets.org/downloads].
+
* The wxWidgets ''sources'' (!) - no need to compile them, just download from [http://www.wxwidgets.org/downloads here].
* A nightly of your choice, download from [/index.php/board,20.0.html].
+
* A nightly of your choice, download from [/index.php/board,20.0.html here].
 +
* The Code::Blocks sources in the revision the nightly is based on from [http://developer.berlios.de/svn/?group_id=5358 here].
 +
 
 +
One note: This surely ''only'' works, if the SDK version is compatible to the plugin. What won't work is, if the plugin makes use of SDK methods not available in the SDK version the nightly is based on.

Revision as of 19:57, 22 August 2012

UNDER CONSTRUCTION

So, you don't want to compile wxWidgets or Code::Blocks core but still want to be able to modify a certain plugin (for example) and use the modified plugin in your favourite nightly? Its possible. Here is what you need:

  • The wxWidgets sources (!) - no need to compile them, just download from here.
  • A nightly of your choice, download from [/index.php/board,20.0.html here].
  • The Code::Blocks sources in the revision the nightly is based on from here.

One note: This surely only works, if the SDK version is compatible to the plugin. What won't work is, if the plugin makes use of SDK methods not available in the SDK version the nightly is based on.