Hello! I'm trying to compile allegro-5.0.10. First I installed some packages by command:
Then according to the official instructions I create subfolder Build in the folder allegro-* and goto in it and then execute command:
After this step the following error were found:
Unfortunately, package Xcursor does not exist in the OpenSUSE 13.1 repositories and I don't know where to get it.
Please tell me what I should do.
Code:
zypper install cmake build irrlicht-devel libvorbis-devel libbz2-devel libpng12-devel libjpeg8-devel libXxf86vm-devel sqlite3-devel libogg-devel irrlicht-data gcc gcc-c++ openal-soft-devel Mesa-libGL-devel
Code:
cmake ..
Code:
-- Allowing GCC to use SSE instructions
CMake Error at CMakeLists.txt:570 (message):
X11 support requires Xcursor library.
-- Configuring incomplete, errors occurred!
Please tell me what I should do.