-
Notifications
You must be signed in to change notification settings - Fork 387
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
Unable to run get_externals.lua
#131
Comments
This is the error I get after install
|
The glsdk directory is included in the git repository. You'll have a much easier time with cloning the repo to build the framework than with downloading the outdated release zip archive. You won't need to invoke Lua to get any external repos. This is how I would do it from scratch on Fedora Linux:
Then clone the repo and enter the glsdk directory. Emit
You can alternatively build the tutorials with |
Another observation: The version of freeglut included in the glsdk directory is extremely old. On my desktop with proprietary nvidia drivers it's been no problem, but on my laptop with Intel drivers it causes trouble on the last few tutorials. The GL window cannot be created and it immediately crashes out. This is where having a system-installed freeglut was handy. I haven't yet spent time to figure out how to do this for the entire repository (requires modifying glsdk/links.lua), but basically changing the make definition to link the system freeglut instead of the one in glsdk solved the crashing problem. |
The guide didn't mention this file, but it contains code that appears to download the
glsdk
directory, which is needed forframework/framework.lua
to run.I'm able to install the
luasocket
module to getsocket.http
calls working, but I can't find anything about theex
orufs
modules. Do these exist anymore?The text was updated successfully, but these errors were encountered: