removes note in README regarding dependencies
This commit is contained in:
parent
171b709708
commit
10651d2db5
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ If you want to try it anyways, from your julia console:
|
|||
julia> Pkg.clone("https://github.com/ssfrr/PortAudio.jl.git")
|
||||
julia> Pkg.build("PortAudio")
|
||||
|
||||
Note that currently the build.jl doesn't handle installing the dependencies,
|
||||
namely portaudio, so you'll need to install those yourself.
|
||||
|
||||
Right now you can just play and stop some sin tones in your speakers:
|
||||
|
||||
julia> using PortAudio
|
||||
|
|
Loading…
Reference in a new issue