Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1022 Bytes

INSTALL.md

File metadata and controls

38 lines (28 loc) · 1022 Bytes

GNU/Linux

Execute the following lines:

cmake .
make
sudo make install

Microsoft Windows

  1. Install Windows version of cmake
  2. Run cmake-gui.exe
  3. Press configure
  4. Generate appropriate project files (you may have to modify some cmake variables to point to SDL and SDL_image)
  5. Load the project files in your IDE and build the project

Dependencies

For Allegro support you need the following libraries installed:

For OpenGL support you need the following libraries installed:

  • OpenGL - check with your graphics card vendor

Optional OpenGL Contrib Dependencies (Set ENABLE_OPENGL_CONTRIB to ON if you need them)

For SDL support you need the following libraries installed:

Optional SDL Contrib Dependencies (Set ENABLE_SDL_CONTRIB to ON if you need them)