Files
projectm/README.md
Mischa Spiegelmock bec76d2cec default ftgl on
2016-07-30 16:15:19 -07:00

711 B

Mac OS X Users:

Linux:

  • sudo apt-get install cmake-curses-gui libsdl2-dev libglew-dev libgles2-mesa-dev libftgl-dev

Building

Requires cmake.

cmake .
make
make install

Help

Report issues on GitHub

Configure with cmake

If you wish to configure build options run:
ccmake .
This will present you with a simple console-based interface of options for projectM.
Review the options and change what you think is necessary. Press 'g' to generate the make files and exit.