MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

CMake package requirements #40

Closed chraibi closed 7 years ago

chraibi commented 7 years ago

Should CMake fail, when requirements of Menge are not met?

screen shot 2017-02-13 at 13 08 34

chraibi commented 7 years ago

Maybe this should go to the README file

sudo apt-get install libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl1.2-dev

(with these installations Menge compiles under Ubuntu!)

curds01 commented 7 years ago

I agree. There are some (less detailed) instructions on Menge's website:

http://gamma.cs.unc.edu/Menge/learn/gettingStarted.html

But several things need to happen: 1) Readme should either contain or link to all the instructions necessary to build. 2) The build instructions need to be complete and explicit.

chraibi commented 7 years ago

I would say, some description similar to the typical configure; make; make install should be ok.