diff options
Diffstat (limited to 'Master/source/asymptote/asymptote.README')
-rw-r--r-- | Master/source/asymptote/asymptote.README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/source/asymptote/asymptote.README b/Master/source/asymptote/asymptote.README index 9e6bfd8d31b..cf2b04655ac 100644 --- a/Master/source/asymptote/asymptote.README +++ b/Master/source/asymptote/asymptote.README @@ -5,16 +5,16 @@ included in the TL sources. We also include a number of Windows dll's for Asymptote (and nothing else). Sources for cygwin1.dll: -http://cygwin.com/snapshots/cygwin-src-20110327.tar.bz2 +http://cygwin.com/snapshots/x86/cygwin-src-20150430.tar.xz + +Sources for freeglut.dll: +http://prdownloads.sourceforge.net/freeglut/freeglut-2.6.0-rc1.tar.gz Sources for glu32.dll: ftp://ftp.freedesktop.org/pub/mesa/7.6/MesaLib-7.6.tar.bz2 patched as detailed here: http://old.nabble.com/Error-building-MesaLib-7.6-onto-Win32-with-Microsoft-Visual-Studio-2005-and-2008-td25990977.html -Sources for freeglut.dll: -http://prdownloads.sourceforge.net/freeglut/freeglut-2.6.0-rc1.tar.gz - Here are explicit instructions from John for compiling freeglut: #!/bin/sh -x |