tweaks install instructions
This commit is contained in:
parent
31c912ce77
commit
1fe3e123c1
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -9,9 +9,16 @@ sending to network audio streams, etc. Currently only playing to the sound card
|
|||
through PortAudio is supported. It is under heavy development, so the API could
|
||||
change, there will be bugs, there are important missing features.
|
||||
|
||||
If you want to try it anyways, from your julia console:
|
||||
Installation
|
||||
------------
|
||||
|
||||
julia> Pkg.clone("https://github.com/ssfrr/AudioIO.jl.git")
|
||||
To install the latest release version, simply run
|
||||
|
||||
julia> Pkg.add("AudioIO")
|
||||
|
||||
If you want to install the lastest master, it's almost as easy:
|
||||
|
||||
julia> Pkg.clone("AudioIO")
|
||||
julia> Pkg.build("AudioIO")
|
||||
|
||||
Basic Array Playback
|
||||
|
|
Loading…
Reference in a new issue