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

Fixes for X11 build (Linux) #3

Merged
merged 2 commits into from
Nov 23, 2017
Merged

Fixes for X11 build (Linux) #3

merged 2 commits into from
Nov 23, 2017

Conversation

hradec
Copy link

@hradec hradec commented Nov 23, 2017

As posix filesystems are usually case-sensitive, I've fixed openhmd to OpenHMD in the SConstruct file.
Fixed a "" by a "/", so all plataforms interpret it as a path separation. (linux doesn't like "")
Added libusb folder in the include search path, since config.h resides there and not in libusb/libusb (it is created after properly making libusb)
Added some INSTALL information to README file to help others build it in X11 systems, specially to properly clone the dependencies and build then. (Without it, build will fail to find libusb config.h in Linux)

@hradec hradec force-pushed the master branch 2 times, most recently from de96bfe to 5aa04fb Compare November 23, 2017 02:21
@BastiaanOlij
Copy link
Member

Looks good to me:)

@BastiaanOlij BastiaanOlij merged commit 9096b15 into GodotVR:master Nov 23, 2017
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

Successfully merging this pull request may close these issues.

2 participants