kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #44226
Re: Build failure in Fedora Rawhide
On 7/20/20 5:34 PM, Nick Østergaard wrote:
What does this mean if I want to test this locally?
Should I do the following or are there other options enforced in cmake?
git clone ...kicad...
mkdir build_outside_of_kicad
cd build_outside_of_kicad
cmake ...kicad...
To test locally, I use our kicad-fedora-builder/builder.sh script with the -m (mock) option:
./builder.sh -m fedora-rawhide-x86_64
For that to work, you have to have set up for mock, by installing it and adding your uid to the mock group.
Steve
References