-
Notifications
You must be signed in to change notification settings - Fork 5
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
Most current way to install (on Windows) #9
Comments
I have used LuaRocks (configured for MinGW or MSVC) to build fltk4lua. I have never tried it with Cygwin. Some short instructions are in the Wiki here. |
@siffiejoe: I managed to build using MSVC today, but the instructions seem outdated. Your Also, the fltk libraries = {
- "fltk_images",
- "fltk_jpeg",
- "fltk_png",
- "fltk_z",
+ "fltkimages",
+ "fltkjpeg",
+ "fltkpng",
+ "fltkzlib",
"fltk", with these changes everything worked fine :) For others struggling with this: to get FTLK in the first place, I downloaded and unpacked the source, then opened the "2010" SLN file in the |
|
I notice that the luaRocks versions haven't been updated in 3 years, and that the makefile is pretty much built for a UNIX environment. What is the preferred way to install this on a windows computer? Cygwin? MinGW?
The text was updated successfully, but these errors were encountered: