kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09739
2 very small patches
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-02-27 07:19:42 +0000
+++ CMakeLists.txt 2013-03-17 19:17:01 +0000
@@ -42,7 +42,7 @@
)
option(KICAD_TESTING_VERSION
- "set this option to ON to build the stable version of KICAD.
mainly used to set version ID (default OFF)"
+ "set this option to ON to build the 'Testing' version of KICAD.
mainly used to set version ID (default OFF)"
)
option(KICAD_SCRIPTING
=== modified file 'HOW_TO_CONTRIBUTE.txt'
--- HOW_TO_CONTRIBUTE.txt 2011-09-06 07:02:18 +0000
+++ HOW_TO_CONTRIBUTE.txt 2013-03-17 19:16:22 +0000
@@ -24,6 +24,8 @@
cd kicad_john
mkdir build; cd build
cmake ../ -DKICAD_TESTING_VERSION=ON -DCMAKE_BUILD_TYPE=Debug
+ or
+ cmake ../ -DKICAD_TESTING_VERSION=ON -DKICAD_SCRIPTING=ON
-DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
-DCMAKE_BUILD_TYPE=Debug
make -j 4 # this is for a 4 core machine
7) Repeat step 5 and 6 until satisfied.