mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
Windows: no need to add libusb-1.0.dll binaries:
- libusb current master compiled with Visual C++ seems finally OK despite being a commmon deps between hamlib and SoapySDR.
This commit is contained in:
parent
cadee60c15
commit
b0ec698012
8
external/hamlib/Hamlib_deps_on_Windows.txt
vendored
8
external/hamlib/Hamlib_deps_on_Windows.txt
vendored
@ -1,8 +1,10 @@
|
||||
The Hamlib dependencies on Windows platforms are:
|
||||
The Hamlib specific dependencies on Windows platforms are:
|
||||
- libwinpthread-1.dll
|
||||
- libusb-1.0.dll
|
||||
for both x86 and x64,
|
||||
and also
|
||||
- libgcc_s_sjlj-1.dll for x86 targets only.
|
||||
|
||||
Those dependencies are installed from external/msvc/[x86|x64] dirs.
|
||||
Those dependencies are installed from external/msvc/[x86|x64] dirs.
|
||||
|
||||
In addition, Hamlib also uses libusb but since it is a common
|
||||
dependency with SoapySDR, it is not included in the external dirs.
|
BIN
external/msvc/x64/libusb-1.0.dll
vendored
BIN
external/msvc/x64/libusb-1.0.dll
vendored
Binary file not shown.
BIN
external/msvc/x86/libusb-1.0.dll
vendored
BIN
external/msvc/x86/libusb-1.0.dll
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user