diff options
Diffstat (limited to 'PureData/README.txt')
-rwxr-xr-x | PureData/README.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/PureData/README.txt b/PureData/README.txt index 323f00c..effae75 100755 --- a/PureData/README.txt +++ b/PureData/README.txt @@ -1,3 +1,10 @@ to compile PureData.dll execute this command:
-
-mcs Atom.cs pd.cs -out:PureData.dll -target:library
\ No newline at end of file + +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) + |