traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso INSTALL PACKAGERS


From: Remon Sijrier
Subject: [Traverso-commit] traverso INSTALL PACKAGERS
Date: Sat, 28 Mar 2009 08:46:09 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       09/03/28 08:46:09

Modified files:
        .              : INSTALL 
Added files:
        .              : PACKAGERS 

Log message:
        * moved packagers section to PACKAGERS file

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

Patches:
Index: INSTALL
===================================================================
RCS file: /sources/traverso/traverso/INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- INSTALL     28 Feb 2009 15:38:18 -0000      1.6
+++ INSTALL     28 Mar 2009 08:46:09 -0000      1.7
@@ -37,42 +37,4 @@
 
 NOTE FOR PACKAGERS:
 
-The tarball as it is supplied should be suitable for creating a distribution
-package without major modification.
-
-You can disable host cpu feature detection with:
-
--DDETECT_HOST_CPU_FEATURES=OFF
-
-To enable runtime detected SSE support, add:
-
--DCMAKE_CXX_FLAGS:STRING="-DSSE_OPTIMIZATIONS -DARCH_X86"
-
-
-To enable runtime detected cpu fpu denormals are zero support, add:
-
--DCMAKE_CXX_FLAGS:STRING="-DUSE_XMMINTRIN -DARCH_X86"
-
-
-If your distribution has slv2 >= 0.6.1 you can compile with:
-
--DUSE_SYSTEM_SLV2_LIBRARY=ON
-
-to let Traverso use the system installed one.
-
-
-E.g. compiling a package for an i686 compatible Linux system with runtime 
detected SSE support:
-
-cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF \
-       -DCMAKE_CXX_FLAGS:STRING="-march=i686 -DSSE_OPTIMIZATIONS 
-DUSE_XMMINTRIN -DARCH_X86"
-
-
-Compiling for a cpu architecture that doesn't support sse:
-
-cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF
-
-
-Adding additional compiler flags, like compiling with -msse -mfpmath=sse (in 
case the targetted host supports it):
-
-cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF \
-       -DCMAKE_CXX_FLAGS:STRING="-march=i686 -msse -mfpmath=sse  
-DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86"
+See the PACKAGERS file!
\ No newline at end of file

Index: PACKAGERS
===================================================================
RCS file: PACKAGERS
diff -N PACKAGERS
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ PACKAGERS   28 Mar 2009 08:46:09 -0000      1.1
@@ -0,0 +1,49 @@
+The tarball as it is supplied should be suitable for creating a distribution
+package without major modification.
+
+Please contact the author for any questions, suggestions or fixes, so they can 
be merged upstream:
+remon at traverso-daw dot org
+
+
+Optimized builds:
+
+Traverso's build script by default detects the host cpu feature set, for 
optimal build
+settings. This can however make your build incompatible for certain cpu's.
+
+You can disable host cpu feature detection with:
+
+-DDETECT_HOST_CPU_FEATURES=OFF
+
+To enable runtime detected SSE support, add:
+
+-DCMAKE_CXX_FLAGS:STRING="-DSSE_OPTIMIZATIONS -DARCH_X86"
+
+
+To enable runtime detected cpu fpu denormals are zero support, add:
+
+-DCMAKE_CXX_FLAGS:STRING="-DUSE_XMMINTRIN -DARCH_X86"
+
+
+If your distribution has slv2 >= 0.6.1 you can compile with:
+
+-DUSE_SYSTEM_SLV2_LIBRARY=ON
+
+to let Traverso use the system installed one.
+
+
+E.g. compiling a package for an i686 compatible Linux system with runtime 
detected SSE support:
+
+cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF \
+       -DCMAKE_CXX_FLAGS:STRING="-march=i686 -DSSE_OPTIMIZATIONS 
-DUSE_XMMINTRIN -DARCH_X86"
+
+
+Compiling for a cpu architecture that doesn't support sse:
+
+cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF
+
+
+Adding additional compiler flags, like compiling with -msse -mfpmath=sse (in 
case the targetted host supports it):
+
+cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON 
-DUSE_SYSTEM_SLV2_LIBRARY=OFF \
+       -DCMAKE_CXX_FLAGS:STRING="-march=i686 -msse -mfpmath=sse  
-DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86"
+




reply via email to

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