rtl_433/vs15
2020-10-04 14:24:18 +02:00
..
README.md build: Updated Visual Studio project and readme () 2020-03-25 16:28:04 +01:00
rtl_433.sln Fixes and example project to compile using MS Visual Studio 2015 () 2018-09-06 15:41:19 +02:00
rtl_433.vcxproj Add RfRaw format input support 2020-10-04 14:24:18 +02:00
rtl_433.vcxproj.filters Add RfRaw format input support 2020-10-04 14:24:18 +02:00

Compilation instructions for Visual Studio

To compile the program in Visual Studio 2015 (newer versions should work as well) there are external dependancies that are required

Dependancy Source
rtl-sdr You can use the official, but outdated (January 2014)) windows build https://osmocom.org/attachments/2242/RelWithDebInfo.zip. Or you can use the Win64 build of a more recent version from https://github.com/winterrace/librtlsdr (or follow the compilation instructions).
libusb Download prebuilt binaries or build from source https://libusb.info/

The folder structure has to look like this

rtl_433
    vs15
    <and so on>

rtl-sdr
    x64
    <and so on>

libusb
    MS64
        dll
    <and so on>

Then simply open rtl_433/vs15/rtl_433.sln in Visual Studio and select between debug/release build options.