From 10651d2db5712b7de1fea4f6cda6d8c2555bfad0 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Sat, 21 Dec 2013 19:04:25 -0500 Subject: [PATCH] removes note in README regarding dependencies --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index bc74246..4c58932 100644 --- a/README.md +++ b/README.md @@ -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