On 02. juni 2015 17:42, Chris Caudle wrote:
On Tue, June 2, 2015 10:24 am, Alf Haakon Lund wrote:
I wanted to try drumgizmo on my ubuntu studio
14.04 box and downloaded
it from
http://www.drumgizmo.org/wiki/doku.php?id=getting_drumgizmo
Now I'm getting many missing dependencies while trying to install it. It
was C++, then x11, then smf and now it's asking for alsa.
Sounds like you have the source code package, and have to install all the
devel versions of packages so you can build Drumgizmo.
This page has a command line to install the dependencies:
http://mkctbbq.blogspot.com/2014/12/installing-drumgizmo-097-on-fresh.html?…
sudo apt-get install \
build-essential \
xorg-dev lv2-dev \
libsndfile1-dev \
libsamplerate0-dev \
libzita-resampler-dev
Thanks for your reply!
I have all those, but the installer still complains that alsa is
missing. Is it safe / desirable / unadvisable to install alsa on ubuntu
studio?
Al F