← Back to team overview

kicad-developers team mailing list archive

Re: Simulator towards 5.0

 

I am still lacking a clear documentation about which options are inte official releases, or planned to be.


On 2017-12-07 09:27, Maciej Sumiński wrote:
The attached patch lists options that have "KICAD" in their name when
calling CMake:

-- Build configuration:
--     KICAD_BIN=bin
--     KICAD_BRANCH_NAME=
--     KICAD_DATA=share/kicad
--     KICAD_DEMOS=share/kicad/demos
--     KICAD_DOCS=share/doc/kicad
--     KICAD_INSTALL_DEMOS=ON
--     KICAD_LIB=lib64
--     KICAD_PLUGINS=lib64/kicad/plugins
--     KICAD_SCRIPTING=OFF
--     KICAD_SCRIPTING_ACTION_MENU=OFF
--     KICAD_SCRIPTING_MODULES=OFF
--     KICAD_SCRIPTING_WXPYTHON=OFF
--     KICAD_SPICE=OFF
--     KICAD_TEMPLATE=share/kicad/template
--     KICAD_USER_CONFIG_DIR=/home/orson
--     KICAD_USER_PLUGIN=lib64/kicad/plugins
--     KICAD_USE_OCE=OFF
--     KICAD_VERSION_EXTRA=

Perhaps that would be sufficient to inform the user about the flags he
may change.

Cheers,
Orson

On 12/07/2017 12:25 AM, Wayne Stambaugh wrote:
ccmake is only useful when you aren't interested in scripting builds.
It is a decent tool to discover the options but I would much prefer

cmake --show-options

to having to open up a GUI app.

On 12/06/2017 06:13 PM, Jacob Schmidt wrote:
I got frustrated a while back because people were talking about the
spice integration like it was a real thing, but I had never seen it.
That lead me to google how to list cmake options, and I found ccmake.

ccmake is a wrapper around cmake that was useful to me. Maybe it will be
for someone reading this.


On 12/6/2017 8:04 AM, Wayne Stambaugh wrote:
source.  Unfortunately, cmake does not have a command line switch that
allows you to view the build options and their default settings.
Autotools is far superior in this instance.  This is one of my pet
peeves with cmake.  Most of the software I have built over the years
typically only has the build options enabled for the features that will
build on all platforms.

_______________________________________________
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

_______________________________________________
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



_______________________________________________
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


References