Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 761 Bytes

prepare.md

File metadata and controls

36 lines (27 loc) · 761 Bytes

Prepare on Fedora 26

Prerequisities

sudo dnf update

nanomsg library

You can install it from COPR:

sudo dnf copr enable tknapstad/nanomsg
sudo dnf install -y nanomsg nanomsg-devel nanomsg-utils

Or you can install nanomasg manually.

others libraries and tools

sudo dnf groups install -y "Development Tools" \
                           "C Development Tools and Libraries"

sudo dnf install -y \
    pkgconf-pkg-config autoconf-archive clang pandoc \
    systemd-devel \
    libtalloc libtalloc-devel \
    libtevent libtevent-devel \
    libuuid libuuid-devel \
    libcurl libcurl-devel \
    libwebsockets libwebsockets-devel \
    sqlite-libs sqlite-devel