Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Johannes Maibaum
Am Sonntag, den 24.05.2020, 08:36 -0400 schrieb Wayne Stambaugh: > If you want the default install path to be something other than > ${CMAKE_INSTALL_PREFIX}, set ${DEFAULT_INSTALL_PATH} during config to > the desired path. Since this doesn't work for me, I have opened an issue:

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Johannes Maibaum
Hi Ian, see below. Am Sonntag, den 24.05.2020, 14:40 +0100 schrieb Ian McInerney: > [...] > > Yes, you should be able to put the 3d models in a directory alongside > the footprints, not inside them, and as long as you set the > environment variable correctly I believe it will work (this is how

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Ian McInerney
(see comments inline). On Sun, May 24, 2020 at 1:34 PM Johannes Maibaum wrote: > Hi Ian and Nick, > > Am Sonntag, den 24.05.2020, 10:59 +0200 schrieb Nick Østergaard: > > Maybe some of thar stuff depends on CMAKE_INSTALL_PREFIX in some > > unexpected way? > > It seems indeed that on Linux,

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Wayne Stambaugh
If you want the default install path to be something other than ${CMAKE_INSTALL_PREFIX}, set ${DEFAULT_INSTALL_PATH} during config to the desired path. On 5/24/20 4:59 AM, Nick Østergaard wrote: > Maybe some of thar stuff depends on CMAKE_INSTALL_PREFIX in some > unexpected way? > > lør. 23. maj

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Johannes Maibaum
Hi Ian and Nick, Am Sonntag, den 24.05.2020, 10:59 +0200 schrieb Nick Østergaard: > Maybe some of thar stuff depends on CMAKE_INSTALL_PREFIX in some > unexpected way? It seems indeed that on Linux, setting DEFAULT_INSTALL_PATH doesn't have the effect you would be expecting from reading the

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-24 Thread Nick Østergaard
Maybe some of thar stuff depends on CMAKE_INSTALL_PREFIX in some unexpected way? lør. 23. maj 2020 22.38 skrev Ian McInerney : > Have you tried redefining the environment variables to point to the > correct system libraries? Specifically I believe the 4 you need are: > KICAD_TEMPLATE_DIR (the

Re: [Kicad-developers] How to redefine default system footprint/symbols/packages3d/templates search paths at build time?

2020-05-23 Thread Ian McInerney
Have you tried redefining the environment variables to point to the correct system libraries? Specifically I believe the 4 you need are: KICAD_TEMPLATE_DIR (the templates) KICAD_SYMBOL_DIR (the eeschema symbols) KISYSMOD (the modules) KISYS3DMOD (the 3d models) -Ian On Sat, May 23, 2020 at