Skip to content

OrangeFox86/DreamPicoPort-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamPicoPort-API

USB-host-side API for host-mode DreamPicoPort

Compiling Using Conan

If conan is installed, it may be used to compile this API. Simply execute the following within this repository's root directory.

conan create .

Compiling Using CMake

Dependencies

After checking out this repository, execute the following to pull down the libusb dependency.

git submodule update --recursive --init

Linux Prerequisites

libudev-dev is required to compile libusb.

sudo apt install libudev-dev

cmake is required to build the project.

sudo apt install cmake

Windows Prerequisites

Install MSVC C++ compiler. This can be done by simply installing Visual Studio with C++.

Compile

Execute the following to compile using cmake.

cmake --no-warn-unused-cli -S. -B./build
cmake --build ./build --config Release -j 10

About

USB-host-side API for host-mode DreamPicoPort

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors