>> The existing build process is slightly quirky. >> First, it executes cmake, make and make install in the main kicad source >> tree. >> This will build kicad for a /usr/local/bin prefix (I want to change that >> later), then install it into a temp dir. > > Why don't you use -DCMAKE_PREFIX_PATH=/usr or whatever path you want?
That's exactly what I intend to do. I was reflecting on the status quo here. >> Since the new repositories (except the *.pretty ones) all contain cmake >> scripts, it may be better to just use those to install the i18n, docs and >> libraries. > > I know that the docs cmake stuff is not really prepared to install > properly to the locations searched by KiCad, IIRC. Hmm... That complicates things a bit, but I think it will be solvable. If anything, redirection via the *.install files may come to the rescue. >> - i18n -> /usr/share/kicad/internat (probably the wrong place) > > Well, this is where KiCad expects to find the po files. That it might > not be the best place it another matter. Ah, that's good. Since the location is a bit unusual, I was expecting some change here. If it's still the same, all the better.