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

Installation

SimonDanisch edited this page Dec 9, 2014 · 6 revisions

GLPlot should work with Julia 0.3-0.4.

First make sure that you have all dependencies for GLFW installed.

###GLFW Dependencies ####Linux: You need cmake, xorg-dev and libglu1-mesa-dev, which can be install with e.g. sudo apt-get install cmake xorg-dev libglu1-mesa-dev) ####OSX: You need cmake, which needs to be executable via the command line. You can get cmake from http://www.cmake.org, or directly from this url: http://www.cmake.org/files/v3.0/cmake-3.0.0-Darwin64-universal.dmg. Install the dmg and enable the installation of the command-line tools. (Can also be done via the GUI after the install). ####Windows: should just work!

Now you can execute Pkg.add("GLPlot") in the Julia REPL.

You need modestly modern video driver, which is not guaranteed on all platforms. If Pkg.test("GLPlot") works, everything should work fine. If you get any error after following these instructions, please report them! :)

####Currently known problems: Right now, you need the master version of all GL packages involved. Please run: Pkg.checkout("GLPlot"); Pkg.checkout("GLWindow"); Pkg.checkout("GLAbstraction"); Pkg.checkout("ModernGL")

Clone this wiki locally