# librf625 Riftek RF625 SDK ================ ## Contents - [Requirements](#requirements) - [Building](#building) - [Add the SDK to your project](#add-the-sdk-to-your-project) ## Requirements Compiler with C++11 support ## Building On Linux (g++) ``` make librf625.so ``` On Windows (MSVC) ``` cl /Ox /MD /LD /Fe: rf625.dll src\librf625.cpp src\sockfun.cpp src\wshlp.cpp ``` ## Add the SDK to your project On Linux On Windows