traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso ChangeLog INSTALL


From: Remon Sijrier
Subject: [Traverso-commit] traverso ChangeLog INSTALL
Date: Mon, 10 Dec 2007 12:48:27 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/12/10 12:48:27

Modified files:
        .              : ChangeLog INSTALL 

Log message:
        * updated for release 0.42.0

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/ChangeLog?cvsroot=traverso&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/traverso/INSTALL?cvsroot=traverso&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/traverso/traverso/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- ChangeLog   3 Dec 2007 16:26:58 -0000       1.14
+++ ChangeLog   10 Dec 2007 12:48:26 -0000      1.15
@@ -1,3 +1,6 @@
+10-12-2007 Remon Sijrier <remon at traverso-daw dot org>
+       * Released Traverso 0.42.0
+
 03-12-2007 Remon Sijrier <remon at traverso-daw dot org>
        * Reworked core and GUI code to work with Universal Sample Rate 
(TimeRef struct)
          instead of the samplerate dependend nframes_t
@@ -26,7 +29,7 @@
        * Curve processing (e.g. Gain curve) is much faster now
        * Shuttle tuning.
        * Fixed bug in CD TOC export, sometimes resulting in no audio exported!
-       * Added WAV64 is recording format.
+       * Added WAV64 as recording format.
        * Added 2 submenus to the Settings Menu:
                - Select recording encoding format, after selection the new 
recording will be recorded with
                  the selected encoding

Index: INSTALL
===================================================================
RCS file: /sources/traverso/traverso/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- INSTALL     5 Jul 2007 13:20:52 -0000       1.3
+++ INSTALL     10 Dec 2007 12:48:26 -0000      1.4
@@ -1,19 +1,55 @@
-Unpack the tarball, and change directory to traverso.
+1) cmake based compilation:
 
-If you like to change parameters for the build process, open the file:
-travers/src/base.pri
-in your favorite editor, there's information on the possible options in that 
very file.
+* Unpack the tarball, and change directory to traverso.
+* Make sure you have all dependencies installed, and cmake
+* run cmake as follows (including the dot!):
 
-Run the following commands:
+  $ cmake .
 
-$ qmake traverso.pro
-$ make
+* 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 .
+  
+  to change compilation options or:
+  
+  $ make
+  
+  to start compilation.
+* After compilation finished, you can run traverso with:
+  
+  $ bin/traverso
+
+* Or install it systemwide (as root)
+  
+  $ make install
+
+* and run traverso directly by typing:
+
+  $ 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
+  $ ./traverso
+
 
-Have funn!
+Have fun!
 
 
 NOTE for Packagers:
@@ -22,6 +58,10 @@
 package without major modification. 
 Traverso itself is build as a number of libraries, it's strongly adviced to 
 compile those statically, which is the default.
+
+
+QMake based compilation:
+
 To change compile options for all libs, edit src/base.pri
 
 Options that should be left alone:
@@ -39,6 +79,13 @@
 build with SSE support by default.
 
 
+CMake based compilation:
+From Traverso >= 0.42.0 we plan to switch over to cmake based compilation.
+You can change any of the compilation options like this:
+
+cmake . -DWANT_JACK=OFF -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=ON
+
+
 Qt 4.3.0 issue:
 See the website for an explanation!
 




reply via email to

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