Thanks, I will give it a try.

I still believe the '-DCMAKE_INSTALL_PREFIX=' setting should behave as 
expected. When I executed the compiled kicad, the GUI opened but then 
failed because it was searching for images in the /usr/local/... 
directory.  This is just wrong.

That being said, it is a very minor issue which will not impact many 
people.  And if there is a workaround then it is even less important.  
Perhaps if I have some free time.....

Many thanks to the KiCad community for all that everyone has done.
William

On Monday, January 23, 2023 at 8:03:07 AM UTC-8 [email protected] wrote:

> Another thing that might help is the attached script. I use it to make 
> test builds of KiCad, and it doesn't require any special privileges. Just 
> do a git clone, then make a build subdirectory, and run the script like so:
>
> git clone https://gitlab.com/kicad/code/kicad.git
> cd kicad
> mkdir build-master
> cd build-master
> build_kicad
>
> The script will then tell you how to set up your LD_LIBRARY_PATH variable 
> to run the build. Note that on Fedora we use /lib64, but other distros may 
> do that differently, so you may have to tweak the script a little.
>
> Steve
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/kicad.org/d/msgid/devlist/35fd43d4-2d77-4e1e-87d3-f4a95594e076n%40kicad.org.

Reply via email to