Skip to content
README.md 474 B
Newer Older
pfilipch's avatar
pfilipch committed
# librf625
Pavel Filipchik's avatar
Pavel Filipchik committed
Riftek RF625 SDK
================

## Contents

- [Requirements](#requirements)
- [Building](#building)
- [Add the SDK to your project](#add-the-sdk-to-your-project)

## Requirements

C++ compiler with C++11 support

## Building

On Linux (g++)
Make librf625.so
```groovy
make lib
```
On Windows (MSVC)
Make rf625.dll
```groovy
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