aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2024-04-09 23:16:20 +0100
committerRichard Knight <q@1bpm.net>2024-04-09 23:16:20 +0100
commit0321884e3e1b81cd37367abc0bca27d2adac5860 (patch)
treeeb68c5edf48521f8daec320c2cf66af91fea9e01
parent8558ff727672c680d7e6c5c1319c7c0a89672f73 (diff)
downloadcsound-datacore-master.tar.gz
csound-datacore-master.tar.bz2
csound-datacore-master.zip
update READMEHEADmaster
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8e82b28..f9ddfa2 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
-# csound-datacore : Data audification/sonification for Csound on Linux
+# csound-datacore : Data audification/sonification for Csound
## Overview
csound-datacore provides a way to read raw data from disk, memory and screen.
-For the memory and X11 window reading opcodes, only Linux is supported or an OS that supports userspace reading of /proc/.../mem
+For the memory and X11 window reading opcodes, only Linux is supported or an OS that supports userspace reading of /proc/.../mem . Thus on platforms that do not support this, only the file reading opcodes are supported.
## Requirements
-* Linux
* Cmake >= 2.8.12
* Csound with development headers >= 6.14.0
* Optional: X11 with development libraries