-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Build DeepMind Lab without SDL Library #215
Comments
I think if you only build the relevant targets that don't depend on SDL (e.g. the Python module), you shouldn't need SDL. |
Thanks. Does that mean I can just get rid of the SDL-related targets in the BUILD file? such as: |
Well, you could, sure, but why does it even matter? Just don't build the targets you don't want to build. You only need the dependencies when they're needed, so as long as you don't build anything that needs SDL, nothing requires you to have SDL installed. |
I'm not very familiar with the Bazel build system. Could you please direct me on how to build the selected target (python module) with minimal change to the BUILD file? |
It looks like if you run |
Hi,
I'm trying to build the Lab without SDL library. I'm wondering if it is at all possible. I'm trying to run the Lab in a command-line-only environment so no graphics are available.
Thanks,
The text was updated successfully, but these errors were encountered: