Skip to content

How to Install the Dataverse library

Miguel Tomas Silva edited this page Oct 15, 2022 · 5 revisions

To add this library to an existing C project one needs to copy the library files on this repository to a folder in the specific project he/she is working on. And include it in the code as follows:

#include "Dataverse.h"

Depending on the type of include one needs / wants to make Library can be included like shown above and below

#include <Dataverse.h>
Clone this wiki locally