From 735eb4cc35abe149082b0d55f9d94d2dc43a2bc8 Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Sat, 30 Jul 2016 13:55:23 -0700 Subject: [PATCH] markdown readme --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..a048efb09 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +NOTE: The [projectM wiki](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. + +# Mac OS X Users: +* [Prebuilt iTunes plugin installer](https://github.com/revmischa/projectm/releases) +* [OSX Build instructions](BUILDING_OSX.txt) + +# Building + +Requires [cmake](https://cmake.org/download/). + +## Configure with cmake +`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. + +## Compiling and installing + +As usual, type + +`make` + +followed by + +`make install` + + +## Help + +If any problems go to the web page at + +http://projectm.sf.net + + + +