Files
projectm/README.md
Mischa Spiegelmock f294afd1a3 readme
2016-07-31 22:28:25 -07:00

714 B

Mac OS X

Linux

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

Building From Source

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.