Difference between revisions of "KiCadBuildQuickRef"

From Code::Blocks
Line 9: Line 9:
 
- CMake<br>
 
- CMake<br>
 
- Code::Blocks<br>
 
- Code::Blocks<br>
 +
- sed.exe<br>
  
 
===MinGW GCC Compiler steps===
 
===MinGW GCC Compiler steps===

Revision as of 01:51, 7 March 2009

How-to build KiCad with Code::Blocks

(by Stahta01)

Requirements

- wxWidgets
- MinGW GCC
- zlib
- Boost C++
- CMake
- Code::Blocks
- sed.exe

MinGW GCC Compiler steps

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

Build KiCad using CMake and Code::Blocks Steps

Install the kicad source tree.

Install CMAKE

Install Code::Blocks

Use cmake to build the kicad makefiles.

Use Code::Blocks to build kicad.