Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 553 Bytes

File metadata and controls

17 lines (12 loc) · 553 Bytes

In progress

Installing clmp for development

These instructions are written for someone who wants to compile clmp from source and contribute to its development. If you only want to use the package, please download a release (when we have them!) and eventually we hope to have this package available to install through the usual R package managers.

On Ubuntu

  1. Install igraph with the apt package manager.
sudo apt install libigraph0-dev
  1. Install gsl with apt:
sudo apt install libgsl-dev