-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how Building #13
Comments
I haven't tried that for myself, but:
Hope that helps |
As @anxolerd says, the project uses bazel. Specifically, to build the "core" lullaby libraries, you can do: To build the tools, you can do: Note that you may need to install the libfbxsdk for some of the tools to build. To run the tests, you can do: The other projects (eg. examples, viewer) currently do not build. |
i got this error when building hello_world and hello_model on mac ERROR: error loading package 'lullaby/examples/hello_world/data': Extension file not found. Unable to load package for '//tools/build_defs/jsonnet:jsonnet.bzl': BUILD file not found on package path |
Hi, |
how Building
The text was updated successfully, but these errors were encountered: