diff --git a/docs/1.installation.md b/docs/1.installation.md index 6c52caa7f..b1233419d 100644 --- a/docs/1.installation.md +++ b/docs/1.installation.md @@ -1,6 +1,7 @@ # Installation -LuaRadio can be installed from the Arch Linux AUR or from source. +LuaRadio can be installed from the Arch Linux AUR, from Homebrew for Mac OS X, +or from source. Packaging for other distributions and platforms is a work in progress. @@ -24,9 +25,13 @@ To install LuaRadio on Mac OS X, you can use [Homebrew](http://brew.sh/): brew install luaradio ``` -*Note*: Currently the optional dependency liquid-dsp is not available, yet. -Alternatively the package `gnuradio` can be installed (`brew install gnuradio`) -additionally to make VOLK available. +*Note*: Currently the optional dependency liquid-dsp, used for real-time +acceleration, is not yet available in Homebrew. liquid-dsp or VOLK can be +installed [from source](#install-real-time-dependencies). Alternatively the +package `gnuradio` can be installed from Homebrew (`brew install gnuradio`), +which will make VOLK available. + +Desktop users should also install the `gnuplot` package for plotting support. ## Installing from Source