File: README

package info (click to toggle)
faust 0.9.9.4b-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,164 kB
  • ctags: 6,050
  • sloc: cpp: 25,384; xml: 4,102; makefile: 648; yacc: 372; ruby: 247; lex: 161; sh: 50
file content (18 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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