From 2a3de2593da93042ce4ea2725909a92967962b79 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 9 Mar 2006 19:06:53 +0000 Subject: fix for strange open_via_path behavior svn path=/trunk/externals/clr/; revision=4675 --- PureData/README.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'PureData') 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) + -- cgit v1.2.1