This document describes the installation process for linux.
You first need to copy the directory Firstep from github. You can extract these files in any location you find appropriate. In this example .
To generate the library libPrivate.so, use the following commands : $ cd / $ make all $ make install
To test the library written in C++, use the following command : $ cd / $ ./MainClient
Don't forget to enter the following command : $ export LD_LIBRARY_PATH=.