Windows 10
Dependencies
Python2. This is needed for Bazel to be able to run Python binaries
1 2 3
choco install python2 python -m pip install jinja2
Python3 dependencies
1
pip3 install cython numpy pytest jinja2 markupsafe
Vulkan SDK: follow the official installation instructions from LunarG.
Bazel: follow the official installation guide from bazel.build.
Clone and configure the repository
Clone the Lluvia repository from Github:
|
|
Open platform/values.bzl
and change the paths to Python2 and Python3 according to your installation. Initially the file looks like this:
|
|
Build the C++ libraries
|
|
Run the tests to verify that your compilation runs properly:
|
|
Python3 package
To build the Python3 package, execute the commands below from the repository’s top-level directory.
|
|
Open a Python3 interpreter and import lluvia package
|
|
If the import completes successfully, lluvia is ready to use.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.