[PD-cvs] pd INSTALL.txt,1.1.1.1.22.1.2.2,1.1.1.1.22.1.2.3

Jamie Tittle tigital at users.sourceforge.net
Fri Jul 28 21:02:43 CEST 2006


Update of /cvsroot/pure-data/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24750

Modified Files:
      Tag: devel_0_39
	INSTALL.txt 
Log Message:
added short descriptions of current flags to scons compilation

Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/pure-data/pd/INSTALL.txt,v
retrieving revision 1.1.1.1.22.1.2.2
retrieving revision 1.1.1.1.22.1.2.3
diff -C2 -d -r1.1.1.1.22.1.2.2 -r1.1.1.1.22.1.2.3
*** INSTALL.txt	29 Nov 2005 08:11:21 -0000	1.1.1.1.22.1.2.2
--- INSTALL.txt	28 Jul 2006 19:02:41 -0000	1.1.1.1.22.1.2.3
***************
*** 30,32 ****
--- 30,52 ----
      for possible flags see "scons --help"
  
+ 	current flags include:
+ 		lockfree = enables lockfree fifos for thread synchronization
+ 		newhash  = provides a bigger hash table for symbols
+ 		atomic   = use atomic operations for the internal stack counter
+ 		threadedsf = broken in 0.39; in 0.38, provides threaded soundfiler
+ 		daz = Build using DAZ flag on x86-SSE2 cpus (must be set to False for AMD cpus)
+ 		app_pkg  = install builds application package structure for OSX
+ 		desire   = enables building of experimental MVC gui
+ 		debug   = builds with extra debugging info
+ 		simd   = build with simd extensions (x86 only?)
+ 		portaudio = enable portaudio input/output
+ 		pablio = build portaudio with pablio
+ 		pdlib = build pd as a dynamic library
+ 		optimize = optimize for given cpu-type
+ 		wall = all compiler warnings are shown
+ 		plusplus = compile as c++ instead of c
+ 		prefix = install directory prefix
+ 		portaudiopath = directory path to portaudio code
+ 		portmidipath = directory path to portmidi code
+ 		
  (2) optionally type "scons install" (as superuser)





More information about the Pd-cvs mailing list