xtreme8000 / BetterSpades

BetterSpades, an Ace of Spades client targeted at low end systems (GL/ES 1.1). Runs on your grandmother's rig!
https://aos.party/jenkins/job/BetterSpades/
GNU General Public License v3.0
243 stars 40 forks source link

CMake can't find any external libs #107

Closed LEFTazs closed 4 years ago

LEFTazs commented 4 years ago

I followed the wiki (https://github.com/xtreme8000/BetterSpades/wiki/Building-for-Windows) to build the source code on windows. Unfortunately cmake fails with "Could NOT find GLEW (missing: GLEW_LIBRARIES)". In fact, if I comment it out in the cmake file, all the other libraries will be missing too, even though I set them up with the help of the wiki.

What am I doing wrong? Is the wiki outdated?

xtreme8000 commented 4 years ago

Thanks I quickly updated the wiki. All dependencies must have a lib<name>.a file that should be placed in deps/.

LEFTazs commented 4 years ago

Alright, thank you