From 32902d4e29b7a26822de92707c4a49eceebb4c28 Mon Sep 17 00:00:00 2001 From: Ondrej Certik Date: Sun, 27 Jan 2008 23:28:37 +0100 Subject: [PATCH] bin/test_pure_plotting adapted to the latest Debian. It now installs all necessary libraries in the base Debian install, so that pyglet can run and only fails when trying to initialize the window. This used to work, but now (without this patch), pyglet fails to even import, due to missing GL, GLU and freetype libraries. --- bin/test_pure_plotting | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test_pure_plotting b/bin/test_pure_plotting index 7445d80..096d6a7 100644 --- a/bin/test_pure_plotting +++ b/bin/test_pure_plotting @@ -18,6 +18,7 @@ # apt-get -y install mercurial python python-codespeak-lib python-ctypes +apt-get -y install libgl1-mesa-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev cd /tmp hg clone http://hg.sympy.org/sympy/ cd sympy -- 2.11.4.GIT