From bb33f4533f2343d3114bf792ae4e350265072fcb Mon Sep 17 00:00:00 2001 From: psperl Date: Fri, 5 Oct 2007 18:18:19 +0000 Subject: [PATCH] INSTALL instructions for cmake git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@534 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-libvisual/INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/projectM-libvisual/INSTALL b/src/projectM-libvisual/INSTALL index 855f060f5..d33e5e4bd 100644 --- a/src/projectM-libvisual/INSTALL +++ b/src/projectM-libvisual/INSTALL @@ -1,3 +1,5 @@ -If from CVS, run autogen.sh first. +First install libvisual-0.4 and projectM 1.0 - ./configure, make, make install. +cmake . +make +make install