Difference between revisions of "KiCadBuildQuickRef"
From Code::Blocks
Line 20: | Line 20: | ||
===wxWidgets Steps=== | ===wxWidgets Steps=== | ||
+ | * [[Compiling wxWidgets 2.8.9 Monolithic Build with openGL for Windows]]: How to install and Build wxWidgets. | ||
− | + | ===Build KiCad using CMake and Code::Blocks Steps=== | |
− | |||
− | |||
− | ===Build KiCad using CMake and Code::Blocks Steps | ||
====Install the kicad source tree.==== | ====Install the kicad source tree.==== | ||
====Install CMAKE==== | ====Install CMAKE==== |
Revision as of 01:43, 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".
- MinGW installation: How to install MinGW.
Install zlib.
Install Boost C++ Template Libraries (*.hpp files)
- BoostWindowsQuickRef: A beginner's quick reference for setting up Boost with Code::Blocks in Windows
wxWidgets Steps
- Compiling wxWidgets 2.8.9 Monolithic Build with openGL for Windows: How to install and Build wxWidgets.