Go to the LFDS directory and build the shared object file in desired build mode. release and debug are the supported build modes.
~$ cd LFDS
~$ make <build_mode>Refer to the examples provided in the Tests directory to see how to build your code with the lfds library.
- Include the header files from
LFDS/headersin your code. Remember to addLFDS/headersto the include path of your compiler appropriately. - While building your code, add
LFDSto the linker path of your compiler so that it can locate the shared object file. Also make sure to add the appropriate flags to link with thelfds.sofile.