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