# librf625 Riftek RF625 SDK ================ ## Contents - [Requirements](#requirements) - [Building](#building) - [Add the SDK to your project](#add-the-sdk-to-your-project) - [License](#license) ## Requirements * Compiler with C++11 support ## Building ##### On Linux (g++) ``` make librf625.so ``` ##### On Windows (MSVC) ``` Winmake.bat ``` ## Add the SDK to your project ##### Qt Add `INCLUDEPATH += path_to_library_source` and `LIBS += -Lpath_to_module -lrf625` ##### MSVC Use Project Properties dialog to add a path to library source to Additional Include Directories and path to .lib file to Additional Linker Directories. Add rf625.lib to modules to link. Alternatively you may add the sources directly to your project's sources. ## License This software is distributed under LGPL license