From 5d79ea48feec3d67df2971f5ee5526e891010c09 Mon Sep 17 00:00:00 2001 From: Andrew LeTourneau Date: Mon, 3 May 2021 00:47:27 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aa779316c..a61973627 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,12 @@ You can get `gonum/plot` using go get: `go get gonum.org/v1/plot/...` + +Note: If you get this error during install "Package glesv2 was not found in the pkg-config search path.", install the `libgles-dev` package for your system: + +`sudo apt install libgles-dev` + +Once complete you may run the `go get` command again. + + If you write a cool plotter that you think others may be interested in using, please post to the list so that we can link to it in the `gonum/plot` wiki or possibly integrate it into the `plotter` package.