We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75ad4f commit 3ea1261Copy full SHA for 3ea1261
README.md
@@ -190,9 +190,11 @@ MSVC:
190
```
191
set PYTHON_HACKRF_CFLAGS=/I"{path to .h file directory}"
192
set PYTHON_HACKRF_LDFLAGS=/LIBPATH:"{path to .dll and .lib file directory}" hackrf.lib
193
+ set HACKRF_LIB_DIR="{path to .dll and .lib file directory}"
194
195
MinGW:
196
197
set PYTHON_HACKRF_CFLAGS=-I"{path to .h file directory}"
198
set PYTHON_HACKRF_LDFLAGS=-L"{path to .dll and .a file directory}" -lhackrf'
-```
199
200
+```
0 commit comments