USB-host-side API for host-mode DreamPicoPort
If conan is installed, it may be used to compile this API. Simply execute the following within this repository's root directory.
conan create .After checking out this repository, execute the following to pull down the libusb dependency.
git submodule update --recursive --initlibudev-dev is required to compile libusb.
sudo apt install libudev-devcmake is required to build the project.
sudo apt install cmakeInstall MSVC C++ compiler. This can be done by simply installing Visual Studio with C++.
Execute the following to compile using cmake.
cmake --no-warn-unused-cli -S. -B./build
cmake --build ./build --config Release -j 10