haskell-platform icon indicating copy to clipboard operation
haskell-platform copied to clipboard

Platform needs to list required C libraries in INSTALL file

Open r0ml opened this issue 11 years ago • 2 comments

The platform will depend on a number of C libraries. These dependencies , and their versions, need to be precisely stated.

r0ml avatar Mar 21 '14 15:03 r0ml

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

r0ml avatar Mar 21 '14 15:03 r0ml

related to #145

gbaz avatar Nov 25 '15 22:11 gbaz