Syscoin Core 3.0 Build Scripts
Build Scripts
Use the following commands to compile Syscoin 3.0 on a variety of operating systems. These scripts will prepare your system with the proper build tools and install the necessary libraries and source code to compile binaries on and for your system.
OSX
Invalid URL
Ubuntu 16.04 LTS x64 Xenial
Invalid URL
Ubuntu 14.04 LTS x64 Trusty
Invalid URL
Debian Stretch
Invalid URL
Fedora 22
Invalid URL
CentOS 7
Invalid URL
Debian script, using libzmq3-dev: “error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory”
You need to install libdb4.8, the contrib script should install it but maybe there is an error. It looks like you need curl and patch.
On Debian stretch: E: Package ‘libzmq-dev’ has no installation candidate
That’s not the right package for Debian, it’s
https://packages.debian.org/stretch/libzmq3-dev
, but also this was written for Syscoin 3 and I’m not sure if it works with Syscoin 4 which is the current release.For Ubuntu – instead of this
# zmq
sudo apt install -y libzmq-dev
this worked me –
sudo apt-get install -y libzmq3-dev
Thanks, I’ve updated my install scripts.