aboutsummaryrefslogtreecommitdiff
path: root/PureData/README.txt
blob: effae7556d9a36a697d326dc092c388d203bf10c (plain)
1
2
3
4
5
6
7
8
9
10
to compile PureData.dll execute this command:

Using the Mono C#: 
mcs -unsafe+ -out:PureData.dll -target:library -optimize+ *.cs 

For the Microsoft C# compiler, use csc instead of mcs


put the PureData.dll anywhere in the PD search path (like e.g. the extra folder)