.. | ||
ad9361_baseband_auto_rate.c | ||
ad9361.h | ||
getopt.c | ||
getopt.h | ||
iio.h | ||
plutoplayer.c | ||
Readme.md |
plutoplayer_win
Build on Windows with Visual Studio 2022
The libiio library can be obtained on the Github page of the project. Download Windows.zip for the latest stabel build and extract it.
- Start Visual Studio 2022
- Create an empty project for a console application
- On the Solution Explorer at right, add the source files to the project.
- Add the paths to the following folder in
Configuration Properties -> C/C++ -> General -> Additional Include Directories
:- Windows/include for iio.h
- Add the paths to the following folder in
Configuration Properties -> Linker -> General -> Additional Library Directories
:- Windows/Windows-VS-2022-x64 for libiio.lib
- Specify the name of the additional library in
Configuration Properties -> Linker -> Input -> Additional Dependencies
:- libiio.lib
- Select Release in the Solution Configurations drop-down list
- Select X64 in the Sofution Platforms drop-down list
- Run
Build -> Build Solution
After a successful build, you can find the executable in the Release/x64 folder. Copy it into the Windows/Windows-VS-2022-x64 folder and run it.