traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso INSTALL


From: Remon Sijrier
Subject: [Traverso-commit] traverso INSTALL
Date: Sat, 28 Feb 2009 15:38:19 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       09/02/28 15:38:19

Modified files:
        .              : INSTALL 

Log message:
        * cleanups

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/INSTALL?cvsroot=traverso&r1=1.5&r2=1.6

Patches:
Index: INSTALL
===================================================================
RCS file: /sources/traverso/traverso/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- INSTALL     23 Feb 2009 20:10:27 -0000      1.5
+++ INSTALL     28 Feb 2009 15:38:18 -0000      1.6
@@ -1,6 +1,6 @@
 1) cmake based compilation:
 
-* Unpack the tarball, and change directory to traverso.
+* Unpack the tarball, and change directory to traverso-xx-xx-xx
 * Make sure you have all dependencies installed, and cmake
 * run cmake as follows (including the dot!):
        
@@ -8,6 +8,7 @@
 
 * If it complains a library was missing, make sure it is installed,
   remove CMakeCache.txt and go back to the previous step.
+
 * If cmake . completed without error, you can either run:
   
   $ ccmake .
@@ -17,6 +18,7 @@
   $ make
   
   to start compilation.
+
 * After compilation finished, you can run traverso with:
   
   $ bin/traverso
@@ -30,25 +32,6 @@
   $ traverso
 
 
-
-2) qmake based compilation:
-
-* Unpack the tarball, and change directory to traverso.
-
-* If you like to change parameters for the build process, open the file:
-  traverso/src/base.pri
-  in your favorite editor, there's information on the possible options in that 
very file.
-
-* Run the following commands:
-
-  $ qmake traverso.pro
-  $ make
-
-After compilation is finished, you can run traverso:
-
-  $ ./traverso
-
-
 Have fun!
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]