summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-07-06 18:21:36 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-07-06 18:21:36 +0200
commit2f7ec2a25679598862aa5e27218ba02e776cfc85 (patch)
tree8fa76c1326688f5dfd7b83a0fcc12b5c78830152
parent4048c4f9bfeea1827ed004ae9d1961bd0a78a1bb (diff)
Updated readme to indicate lack of Windows support
-rw-r--r--README.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org
index 4b0fe5d..12c8177 100644
--- a/README.org
+++ b/README.org
@@ -39,7 +39,6 @@ cargo test
#+END_SRC
* Project structure
-
** File Structure
- Dependencies are declared in ~Cargo.toml~
@@ -61,3 +60,12 @@ cargo test
presentation logic, so that the processing can be reused
independently.
+* System Requirements
+
+I have tested this project and found it to be working on a Linux
+system. It should also work under MacOS.
+
+Unfortunately, Windows is not currently supported. If you wish to
+contribute to adding Windows support, the most useful approach would
+be to take a look at the [[https://github.com/RustAudio/rust-portaudio/issues/71][open issue in rust-portaudio]] for supporting
+Windows in their build script.