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.

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_osx.sh" decode_atts="true" htmlentities="true"]

Ubuntu 16.04 LTS x64 Xenial

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_ubuntu.sh" decode_atts="true" htmlentities="true"]

Ubuntu 14.04 LTS x64 Trusty

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_ubuntu_14.04_trusty.sh" decode_atts="true" htmlentities="true"]

Debian Stretch

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_debian.sh" decode_atts="true" htmlentities="true"]

Fedora 22

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_fedora.sh" decode_atts="true" htmlentities="true"]

CentOS 7

[remote_content url="https://gist.githubusercontent.com/doublesharp/bacf7f9ac1ff15dccc1acffe49f989e9/raw/install_centos.sh" decode_atts="true" htmlentities="true"]

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”

    • User Avatar 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

    • User Avatar 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 *