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

Requires Xcode and Homebrew.

Protocol "https not supported or disabled in libcurl

Ubuntu 16.04 LTS x64 Xenial

Protocol "https not supported or disabled in libcurl

Ubuntu 14.04 LTS x64 Trusty

Protocol "https not supported or disabled in libcurl

Debian Stretch

Protocol "https not supported or disabled in libcurl

Fedora 22

Protocol "https not supported or disabled in libcurl

CentOS 7

Protocol "https not supported or disabled in libcurl

You may also like...

6 Responses

  1. Newar says:

    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”

    • Justin Silver says:

      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.

  2. Newar says:

    On Debian stretch: E: Package ‘libzmq-dev’ has no installation candidate

    • Justin Silver says:

      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.

  3. Curious Cosmos says:

    For Ubuntu – instead of this
    # zmq
    sudo apt install -y libzmq-dev

    this worked me – sudo apt-get install -y libzmq3-dev

Leave a Reply

Your email address will not be published. Required fields are marked *