Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > f1370d9b17597db213c06ccf33274692 > files > 88

faust-0.9.10-5mdv2010.1.x86_64.rpm

This folder contains several examples of Faust programs as well as
Makefiles to compile them for various audio architectures. 

	cd examples
	make help 

will give you the main targets

Compilation of MAX/MSP externals on OSX
========================================

Â¥ Compilation of all .dsp files to produce MAX/MSP externals on OSX can be done using the Makefile

	- edit the Makefile.mspcompile file and setup the "cycling" and "install_plug_ins" variables with the appropriate values for your machine

	- use "make msp" to produce all MAX/MSP externals


Compilation of VST plug-ins on OSX
===================================

Â¥ Compilation of all .dsp files to produce VST plug-ins on OSX can be done using the Makefile

	- edit the Makefile.vstcompile file and setup the "vst_sdk" and "install_plug_ins" variables  with the appropriate values for your machine

	- use "make vst" to produce all VST plug-ins