Build

Building KiCad from Source

If you are a user and not a developer, please consider using one of the prebuilt packages of KiCad which can be found at the download page on the KiCad website. This document contains the instructions on how to build KiCad from source on the supported platforms. It is not intended as a guide for installing or building library dependencies. Please consult your platforms documentation for installing packages or the source code when building the library dependencies. Currently the supported platforms are Windows Versions 7-10, just about any version of Linux, and macOS 10.14 or newer. You may be able to build KiCad on other platforms but it is not supported. On Windows MSVC is the only supported compiler, on Linux GNU GCC is the only supported compiler, and on macOS Clang is the only supported compiler.

Pages