haskell-platform
haskell-platform copied to clipboard
Platform needs to list required C libraries in INSTALL file
The platform will depend on a number of C libraries. These dependencies , and their versions, need to be precisely stated.
Here's a few: * OpenGL * GLUT * OpenAL
And I guess that's all, cause zlib is self-contained.
Actually it needs the system zlib on all platforms except Windows. The generic tarball configure script now checks for all of these.
Individual packages may or may not list their C libs. We need to work out what the story is.
See #63
related to #145