Show whole topic Feb 14, 2015 11:41 am
alzi Offline
Developer, Moderator
Registered since: Aug 12, 2007
Location: Ditzingen (nahe Stuttgart)


Subject: Re: MaxR + Sdl2 = ?
from which directory do you call cmake?

I suggest you to create a separate build directory from which you run cmake. What I always do is calling the following from the main maxr directory:

mkdir build
cd build
cmake ..
make

You may need to call "make clean" or better start with an entirley fresh checkout of the GIT repository for it to work.
Albert Ziegenhagel