From: Forrest Cahoon Date: Sun, 18 Oct 2020 17:41:19 +0000 (-0500) Subject: Update README.md X-Git-Tag: nightly~1229^2~1^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=refs%2Fpull%2F210%2Fhead;p=gwion.git Update README.md Incorporated changes suggested by @fennecdjay --- diff --git a/README.md b/README.md index 0219a5a8..7c3da8e9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You might just want the minimum to start with, try ``` sh git clone https://github.com/fennecdjay/Gwion cd Gwion -git submodule update --init --recursive +git submodule update --init make ``` @@ -80,6 +80,9 @@ Save and exit the file(:wq in vim). Use the following command to run your first Congratulations!! You ran your first gwion program. ## Making Sound + +_This section is currently very Linux-centric. We are working to improve that. Pull requests welcome!_ + Gwion relies on plugins for most of its language features, including all those that make sound. Plugins are located in the subdirectories of `plug`. To get some sounds going under linux using jack sound server, you can build the plugins `Jack`, `Soundpipe`, and `Modules`.