google / node-gles

Apache License 2.0
324 stars 32 forks source link

Better build instructions #46

Open AlexVestin opened 5 years ago

AlexVestin commented 5 years ago

This project currently requires ANGLE to be checked out and built in the same parent folder as this repo. is a bit confusing. Just a few lines would be very helpful.

nkreeger commented 5 years ago

@AlexVestin actually ANGLE is prebuilt, hosted by Google and downloaded here:

https://github.com/google/node-gles/blob/master/scripts/install.js#L76

Which platform are you using?

AlexVestin commented 5 years ago

I'm using Linux, is building ANGLE not required for development? That's great in that case. I downloaded and built the ANGLE project too, but I got a bit confused as to how to place the repositories in relation to each other.

nkreeger commented 5 years ago

No just run yarn in the project directory. It downloads and stages angle inside of /deps

nkreeger commented 5 years ago

I'll update dev docs soon