mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-12 06:25:35 +00:00
* qt autoconf * WIP: Qt5 makefile * go away cmake * testing bsd define * readme * replacing __linux__ with __unix__ * sdl/libGLU * Revert "WIP: Qt5 makefile" This reverts commitaaa44566b9. * Revert "qt autoconf" This reverts commita82dae3c54. * Revert "go away cmake" This reverts commit1392d5e658. * fix amflags for m4 dir * opengl header * opengl header * use one header for dealing with cross-platform GL includes * include opengl header in dist * fix _WIN32 (maybe?)
PROJECTM README ------------------------------ NOTE: The projectM wiki at http://projectm.wiki.sourceforge.net/ is the official source for build instructions. What lies below is just a terse review of how to build the source yourself. (1) How to configure the projectM build In the top level directory from where you extracted projectM, run ccmake . This will present you with a simple console based gui of options for projectM. First press "c" to run the configure script. Review the options and change what you think is necessary. Press 'g' to generate the make files and exit. (2) Compiling and installing As usual, type make followed by make install If any problems go to the web page at http://projectm.sf.net