@Roger Herikstad Do you get a warning, that you should install GLFW 3.0.4 instead of 2.x ? That would explain that error. @J Luis
Are there any build errors? And what windows version are you on? I'm a little clueless here, as I don't really know, what there is that can go wrong with the build steps. You can definitely try to install glfw yourself: http://www.glfw.org/ And make sure that the resulting DLL's are in your path. And/or Install the newest Julia version and make sure that everything is setup correctly. My glfw3.dll is in .julia/v0.3/GLFW/deps/usr/ You can look into GLFW.jl to make sure that the it searches the library correctly. In mine it says on line 3: const lib = find_library(["glfw3", "libglfw3", "glfw", "libglfw"], [Pkg.dir("GLFW/deps"), Pkg.dir("GLFW/deps/usr/lib")])
