KiCadBuildQuickRef

From Code::Blocks
Revision as of 20:52, 16 May 2025 by Stahta01 (talk | contribs)

How-to build KiCad with Code::Blocks

by Tim Stahlhut (stahta01)

Requirements

- KiCAD source
- KiCAD depends
- GCC Toolchain
- CMake
- Code::Blocks

MSys2 Mingw Environment package install commands

pacman -S --needed cmake git ${MINGW_PACKAGE_PREFIX}-gcc

pacman -S --needed ${MINGW_PACKAGE_PREFIX}-opencascade \
  ${MINGW_PACKAGE_PREFIX}-wxPython

Build KiCad using CMake and Code::Blocks Steps