Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Cpp netlib installation

Kai Krueger edited this page Nov 21, 2013 · 3 revisions

Installation

Unfortunately, cpp-netlib does not provide an automatic installation mechanism. I used the following procedure: Download from github. Unzip, then

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
$ sudo cp -r libs/src/*.a /usr/local/lib
$ cd ..
$ sudo cp -r boost /usr/local/include

Links & notes

Clone this wiki locally