google-coral / libedgetpu

Source code for the userspace level runtime driver for Coral.ai devices.
Apache License 2.0
179 stars 60 forks source link

build libedgetpu for Windows #32

Open abucka opened 2 years ago

abucka commented 2 years ago

Hello,

How to build libedgetpu for Windows using Docker+Bazel (Dockerfile.Windows and build.bat). How to exactly use this files?

hjonnala commented 2 years ago

can you try the below steps:

git clone  https://github.com/google-coral/libedgetpu
cd libedgetpu
build.bat

if any soft wares/packages missing please refer to Dockerfile.windows to install and try build.bat

hjonnala commented 2 years ago

Hi @abucka are you able to build libedgeptu on windows?

iwatake2222 commented 2 years ago

Hi, just sharing. I created GitHub Actions script to build libedgetpu for Windows. https://github.com/iwatake2222/InferenceHelper_Binary/blob/master/.github/workflows/build_edgetpu_windows.yml