KiCadBuildQuickRef
From Code::Blocks
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