From d98efea27ae2d20e57bbb60022c03a8922b6bd60 Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Fri, 27 Apr 2018 02:53:07 -0700 Subject: [PATCH] remove bogus readme --- src/README | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/README diff --git a/src/README b/src/README deleted file mode 100644 index b95e1e781..000000000 --- a/src/README +++ /dev/null @@ -1,30 +0,0 @@ -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 - - - -