diff options
Diffstat (limited to 'pd')
-rwxr-xr-x | pd/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pd/README.txt b/pd/README.txt new file mode 100755 index 0000000..323f00c --- /dev/null +++ b/pd/README.txt @@ -0,0 +1,3 @@ +to compile PureData.dll execute this command:
+
+mcs Atom.cs pd.cs -out:PureData.dll -target:library
\ No newline at end of file |