i’m using Kubuntu and need to use various versions of KiCad. For Kubuntu 22.04 I got KiCad 6 and KiCad 7 build from source. Now I’m trying to build KiCad with Kubuntu 24.04, but it doesn’t work. I followed the tutorial like I did the last time. First I added the repository, installed ccmake and the build dependecies.
Then I downloaded the source code, unzip the package, create the folder /build/release, navigate into this folder and execute:
ccmake ../../
I press (c) two times to create the configuration and then (g) für “generate”. But then ccmake seems to crash and I see the prompt again, without any hint what went wrong. I tried KiCad 7.0.11 and KiCad 8.0.5.
Does anybody have an idea what I can do to find out what’s going wrong?
If your goal was to build suspense then you have succeeded. If your goal was to get help then it would have been more helpful to state how it ended, if there were any errors, show those errors or if you don’t know what is relevant then post full log.
Reason for what? We literally don’t know what happened because you only showed us what started to happen. It is the reason for some of the messages about git commands but it’s unclear if they prevent kicad from building, maybe they are just warnings.
Sorry for my late response. To make a long story short: It wasn’t a technical issue afterall, it was me.
I thought that “[g] generate” starts the building process and not generating the make file. With “make” is starts to build and with “sudo make install” (sudo due to the path /opt/kicad) it installs kicad to the destination path.
I build KiCad 6, 7 and 8 successful. Thanks for your help!