docs.rs failed to build hotg-runecoral-0.3.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
hotg-runecoral-0.1.1
librunecoral
A thinly veiled wrapper around tflite and libedgetpu from Google
Building
Prerequisites
Linux/Android:
- docker installation set up properly
- git
Windows 10:
- Visual Studio Build tools 2019
- Msys2
- choco install python llvm bazel
- pip install numpy
- rust
OS X:
- git
- bazel
- XCode
- pip install numpy
- rust
Getting the sources
Build the docker container
Build the package for Linux
# To build for all supported CPU architectures under linux
Build the package for / on Windows
$ bazel build --config windows //runecoral:runecoral
$ ls bazel-bin/runecoral/
_objs runecoral.lib runecoral.params
NOTE: On Windows you may need to clone librunecoral to C:\ or some such path in order to not run into Windows path length limitations
Thanks to:
- Webcoral
- libedgetpu
- rust-embedded/cross (Especially for their docker container build scripts)