Skip to content
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

Open
hipandayu opened this issue Oct 29, 2018 · 4 comments
Open

how Building #13

hipandayu opened this issue Oct 29, 2018 · 4 comments

Comments

@hipandayu
Copy link

how Building

@anxolerd
Copy link

I haven't tried that for myself, but:

  1. There is a page, https://github.com/google/lullaby/blob/master/g3doc/building_github.md which states project dependencies.
  2. For build process I believe bazel is used.

Hope that helps

@haroonq
Copy link
Collaborator

haroonq commented Oct 31, 2018

As @anxolerd says, the project uses bazel.

Specifically, to build the "core" lullaby libraries, you can do:
bazel build lullaby/util/.. lullaby/modules/... lullaby/systems/... lullaby/events/... lullaby/contrib/...

To build the tools, you can do:
bazel build lullaby/tools...

Note that you may need to install the libfbxsdk for some of the tools to build.

To run the tests, you can do:
bazel test lullaby/tests/...

The other projects (eg. examples, viewer) currently do not build.

@Danewalker
Copy link

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

@yutaka329
Copy link

Hi,
which version of bazel is right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants