zyedidia / SFML.jl

A binding of the game and multimedia library SFML for Julia
Other
93 stars 22 forks source link

Build against system SFML/CSFML lib in linux, if available. #17

Closed cbecker closed 8 years ago

cbecker commented 8 years ago

I could not use SFML.jl in archlinux, as the pre-compiled libs link against an older version of GLEW. This fix tries to determine if SFML is available in the system and link against it if possible. Otherwise it proceeds as before.