Skip to content

Fixed build on Debian-based systems by not using precompiled binaries.

username-removed-143684 requested to merge Lyberta/d0BuildFix into master

Ok so build script is a mess. -0 parameter works like this: if it is not defined, it used precompiled binaries from builddeps directory. If it is defined, it didn't link d0_blind_id at all. Precompiled binaries are 3 years old and do not link on Debian-based distros. This is a majority of all GNU/Linux distributions.

I have removed linux versions of precompiled d0_blind_id and gmp and made the script use the one compiled from source. Now, Debian users will need to have libgmp-dev installed in order to build. Don't know the package name on other distributions.

Merge request reports