Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 641 Bytes

prepare.md

File metadata and controls

26 lines (20 loc) · 641 Bytes

Prepare on Ubuntu 16.04

Prerequisities

sudo apt update && sudo apt upgrade

nanomsg library

Library nanomsg is unfortunately in 0.5 version—so we need to install it manually.

others libraries and tools

sudo apt install \
    pkgconf autoconf-archive clang pandoc \
    libsystemd0 libsystemd-dev \
    libtalloc2 libtalloc-dev libtalloc2-dbg \
    libtevent0 libtevent-dev libtevent0-dbg \
    uuid uuid-dev libuuid1 \
    libcurl3 libcurl3-dev libcurl3-dbg \
    libwebsockets7 libwebsockets-dev \
    libsqlite3-0 libsqlite3-dev libsqlite3-0-dbg