AltServer-Linux icon indicating copy to clipboard operation
AltServer-Linux copied to clipboard

fix build steps

Open quinlanj opened this issue 3 years ago • 1 comments

The most recent distribution of core-crypto assumes the presence of a code coverage script scripts/code-coverage.cmake. This causes cmake to fail and isn't really relevant for our use.

I've changed the build steps to include removing references to code-coverage. Everything builds successfully after that.

quinlanj avatar Dec 22 '22 03:12 quinlanj

Small note for arch linux users: You can also install libcorecrypto-git from the aur - which automatically applies the required fixes mentioned here

Curve avatar Apr 08 '23 08:04 Curve