Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Installation

Sdanisch edited this page Aug 13, 2014 · 6 revisions

You still need to install packages manually, as the packages are not in metadata yet. Unregistered packages you need to install:

Pkg.clone("https://github.com/JuliaGL/ModernGL.jl.git")

Pkg.clone("https://github.com/SimonDanisch/GLWindow.jl.git")

Pkg.clone("https://github.com/SimonDanisch/GLAbstraction.jl.git")

Pkg.clone("https://github.com/SimonDanisch/GLPlot.jl.git")

The rest should be fetched by REQUIRE. You might run into problems while installing GLFW, as the binary-fetching/compiling doesn't always work correctly. Worst case scenario is, that you need to install GLFW by yourself.(http://www.glfw.org/)

Also, you need modestly modern video driver, which is not guaranteed on all platforms. So, just try out your luck. If Pkg.test("GLPlot") works, everything should work fine. Please report any errors that you get! :)

Clone this wiki locally