Difference between revisions of "KiCadBuildQuickRef"

From Code::Blocks
Line 1: Line 1:
 
[[Category:User Documentation]]
 
[[Category:User Documentation]]
 
== How-to build KiCad with Code::Blocks ==
 
== How-to build KiCad with Code::Blocks ==
(by Stahta01)
+
(by Stahta01)<br>
<br><br>
 
 
===Requirements===
 
===Requirements===
 
- wxWidgets<br>
 
- wxWidgets<br>

Revision as of 01:27, 7 March 2009

How-to build KiCad with Code::Blocks

(by Stahta01)

Requirements

- wxWidgets
- MinGW GCC
- zlib
- Boost C++
- CMake
- Code::Blocks

MinGW GCC Compiler steps

install "mingw".

Install zlib.

Install Boost C++ Template Libraries (*.hpp files)

wxWidgets Steps

Install wxWidgets

Build wxWidgets

===Build KiCad using CMake and Code::Blocks Steps

Install the kicad source tree.

Install CMAKE

Install Code::Blocks

Use cmake to build the kicad makefiles.

Use Code::Blocks to build kicad.