f3nix
338e0db75a
Debug build should be easier now. See how-to-build-kicad.txt. Tested on linux only.
18 years ago
raburton
8777ab79e0
The install prefix couldn't be overridden on the command line, the SET overrode any value you specified. Adding the cache keyword to SET seems to have fixed it though. Is this a cmake bug?
18 years ago
raburton
32b4d32bef
Make building minizip optional, if your linux distro supplies a minizip binary (e.g. in the zlib-bin package on debian) you might as well use it instead of building this one.
Note that this isn't implemented in the minizip CMakeLists.txt, but at the higher level (kicad) that includes the minizip subdirectory, so that the whole minizip directory can be dropped from the shipped source tree if it isn't needed on your distro. This makes the source package a fraction smaller and removes possible complications of having a different license on the minizip code to the rest of kicad.
18 years ago
f3nix
95565cda3e
Some small CMake fixes.
18 years ago
f3nix
cbea44a663
* Fix CMake build.
* Add polygon library.
18 years ago
f3nix
cda4ed9659
Some tweaks for Windows CMake.
18 years ago
f3nix
61ebbd58f8
Small CMake cleanup.
18 years ago
dickelbeck
a7d68dd5fb
added boost checking
18 years ago
dickelbeck
315850fa6d
Added and tested Windows support
18 years ago
dickelbeck
57a2791bc8
removed __WXDEBUG__ for debug compiles. Instead, edit the CMakeCache.txt file and append --debug to the wx-config command line
18 years ago
dickelbeck
63b2a1fed5
added __WXDEBUG__ for debug compiles
18 years ago
f3nix
4fd9325f6d
Some small CMake fixes.
18 years ago
plyatov
2a1843c3a9
Increased required version of CMake to 2.4.6, because I have a troubles with CMake 2.4.3 and don't have it with CMake 2.4.6.
18 years ago
f3nix
89a872b86e
Add CMakeLists.txt for the help files.
18 years ago
f3nix
efe7edf2f1
CMake:
- Fix minizip build.
- Fix eeschema/plugins build.
- Update TODO.
18 years ago
plyatov
b55b0abbb8
Comments corrected in the root CMakeLists.txt.
18 years ago
plyatov
f6b8194dec
Comments added in to the root CMakeLists.txt.
18 years ago
f3nix
7a65708459
CMake build: preliminary support for install targets under linux.
18 years ago
f3nix
8c6f6facff
CMake build: replace deprecated commands.
18 years ago
f3nix
9307b49eec
CMake build system for all apps. Usage in install.txt
18 years ago
plyatov
6e9097b402
CMake enhancements.
18 years ago
plyatov
77cb86a1ea
Draft files for CMake build system support
18 years ago