kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #08745
Re: Revised batch plot control file
mkdir build
cd build
cmake ../ -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON
-DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_TESTING_VERSION=ON
-DCMAKE_BUILD_TYPE=Debug
make -j8 pcbnew
Scripting window will be there, I hope.
On Wed, Aug 8, 2012 at 9:16 AM, Lorenzo Marcantonio <
l.marcantonio@xxxxxxxxxxxx> wrote:
> On Wed, Aug 08, 2012 at 08:59:25AM +0200, Miguel Angel Ajo Pelayo wrote:
> > No, now it's integrated in the testing branch, but won't show up until
> > you switch on the CMake flags related to scripting.
>
> Thanks, great, found it. No big merge to do yay!
>
> Now building the whole thing. Sadly no quad cores at home to dispatch
> compiles...
>
> One last thing... pointers on where to go to look/play with the python
> stuff? i.e. how do I call scripts and stuff...
>
> --
> Lorenzo Marcantonio
> Logos Srl
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References