Run KiCad from Build Directory on MacOS14

51 views
Skip to first unread message

Christian Homeier

unread,
Jan 30, 2025, 12:00:05 PMJan 30
to KiCad Developers
Hello everyone,
can anyone help me get EEScheme running out of Build directory? 

I've changed to MacOS and have a few Problems getting 
KiCad running without VisualStudio.

I set the Variable KICAD_RUN_FROM_BUILD_DIR to ON
In my cmake toolchain (mac os builder)

Any tip on getting Kicad compiled on Mac were wunderful. 

Thx

Graham Keeth

unread,
Jan 30, 2025, 12:09:03 PMJan 30
to dev...@kicad.org
Christian,

KICAD_RUN_FROM_BUILD_DIR is an environment variable that needs to be set when running KiCad, not something you should set in your cmake config.

i.e. when running from the build dir from a shell, you can run it with
prompt> KICAD_RUN_FROM_BUILD_DIR=1 ./kicad/kicad &

Alternatively, persist it in your shell with `export` or equivalent before running KiCad.

I'm sure you can also set it up to run this way in an IDE if you use one but I'm not familiar.

Graham

--
You received this message because you are subscribed to the Google Groups "KiCad Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devlist+u...@kicad.org.
To view this discussion visit https://groups.google.com/a/kicad.org/d/msgid/devlist/8a9b9bde-ee2b-406b-ba22-8fa9586182fdn%40kicad.org.
Reply all
Reply to author
Forward
0 new messages