[arrayfire] 193/248: Add OpenGL requirements for Forge.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 452f51fa3bc07079b64930b4263d3c649eda3566
Author: Brian Kloppenborg <brian at kloppenborg.net>
Date:   Wed Oct 21 13:14:30 2015 -0400

    Add OpenGL requirements for Forge.
---
 docs/pages/INSTALL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/pages/INSTALL.md b/docs/pages/INSTALL.md
index 4157079..5ca4a1a 100644
--- a/docs/pages/INSTALL.md
+++ b/docs/pages/INSTALL.md
@@ -67,7 +67,7 @@ Finally, verify that the path addition worked correctly. You can do this by:
 First install the prerequisite packages:
 
     # Prerequisite packages:
-    apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev cmake
+    apt-get install libfreeimage-dev libatlas3gf-base libfftw3-dev libglew-dev libglewmx-dev libglfw3-dev cmake
 
     # Enable GPU support (OpenCL):
     apt-get install ocl-icd-libopencl1
@@ -86,7 +86,7 @@ file, run the installer.
 First install the prerequisite packages:
 
     # Install prerequiste packages
-    yum install freeimage atlas fftw cmake
+    yum install freeimage atlas fftw libGLEW libGLEWmx glfw cmake
 
 If you wish to use CUDA, please
 [download the latest version of CUDA](https://developer.nvidia.com/cuda-downloads)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list