NyaMisty / AltServer-Linux

AltServer for AltStore, but on-device
GNU Affero General Public License v3.0
987 stars 74 forks source link

fix build steps #85

Open quinlanj opened 1 year ago

quinlanj commented 1 year ago

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.

Curve commented 1 year ago

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