Difference between revisions of "KiCadBuildQuickRef"

From Code::Blocks
Line 16: Line 16:
 
====Install zlib.====
 
====Install zlib.====
 
Download Developer files for Zlib from http://gnuwin32.sourceforge.net/downlinks/zlib-lib-zip.php<br>
 
Download Developer files for Zlib from http://gnuwin32.sourceforge.net/downlinks/zlib-lib-zip.php<br>
See http://gnuwin32.sourceforge.net/packages/zlib.htm for info on zlib.<br>
+
For more zlib info see http://gnuwin32.sourceforge.net/packages/zlib.htm.<br>
 
Extract the files from zlib-1.2.3-lib.zip into your MinGW base folder.
 
Extract the files from zlib-1.2.3-lib.zip into your MinGW base folder.
  

Revision as of 02:12, 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".

Install zlib.

Download Developer files for Zlib from http://gnuwin32.sourceforge.net/downlinks/zlib-lib-zip.php
For more zlib info see http://gnuwin32.sourceforge.net/packages/zlib.htm.
Extract the files from zlib-1.2.3-lib.zip into your MinGW base folder.

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.