User forums > General (but related to Code::Blocks)

I am planning on Using C::B to compile KiCAD, which parts are OK to put on Wiki?

(1/3) > >>

stahta01:
I am planning on Using C::B to compile KiCAD, which parts are OK to put on C::B's Wiki?

KiCAD is an Electronic Design Automation (EDA) Tool.
http://kicad.sourceforge.net/wiki/index.php/Main_Page

The build system is CMake.
The widget toolkit is wxWidgets.
The normal compiler is GCC with Boost C++ Libraries

The main sub-topics include

* How to compile the release and debug builds of wxWidgets Library using Unicode/Monolithic/Shared with openGL.

* How to compile the release and debug builds of wxWidgets Library using Unicode/MultiLib/Static with openGL.

* How to add Boost C++ Libraries to MinGW GCC Installation

* How to use CMake to create an Code::Blocks Makefile project

Which is OK to put on the Code::Blocks Wiki?

Tim S

killerbot:
It would be great if you would also provide a CodeBlocks (cbp) project file.

ollydbg:
I think the development document is the best place to put this wiki page.

stahta01:
Working on finding info on the right way to build Boost C++ for Windows;

Links I am collecting with info.

http://shoddykid.blogspot.com/2008/07/getting-started-with-boost.html#bboost

Looks like the right way requires ICU to already be built.
International Components for Unicode (ICU) http://site.icu-project.org.

Tim S

ollydbg:

--- Quote from: stahta01 on March 04, 2009, 06:17:22 am ---Working on finding info on the right way to build Boost C++ for Windows;

Links I am collecting with info.

http://shoddykid.blogspot.com/2008/07/getting-started-with-boost.html#bboost


--- End quote ---

This page doesn't cover Mingw compiler under windows. :(

Navigation

[0] Message Index

[#] Next page

Go to full version