diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |