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 shown above and below

#include <Dataverse.h>

See Stack Overflow question "The case against path expressions in #include directives" for a more elaborate explanation of the include directive

Clone this wiki locally