[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This chapter describes how to get LADCCA installed on your system. LADCCA depends on the ALSA library, the JACK library, and a unique ID library called libuuid. You need these installed before attempting to install LADCCA. ALSA is available from http://www.alsa-project.org/. JACK is available from http://jackit.sf.net/. The libuuid library is included with the ubiquitous e2fsprogs package, but if this is not installed on your system, it is available from http://e2fsprogs.sf.net/. The LADCCA Control client depends on the GNU Readline library, available from ftp://ftp.gnu.org/pub/gnu/readline/. The LADCCA GTK Test Client and the LADCCA Save Button 2 client both depend on the GTK+ 2 toolkit, available from ftp://ftp.gtk.org/pub/gtk/v2.0/. The LADCCA Synth client has an optional GUI which also uses the GTK+ 2 toolkit. The LADCCA Save Button client depends on the GTK+ 1.2 toolkit, also available from ftp://ftp.gtk.org/pub/gtk/v1.2/.
First off, you need to download the package. It is available from the
LADCCA webpage, http://pkl.net/~node/ladcca.html. After you have
downloaded it, unpack the tarball into a directory using tar xzf
/where/ever/you/put/ladcca-0.2.tar.gz
and change into the source directory
with cd ladcca-0.2
.
The package uses the GNU autotools for configuration and makefile creation. In order to install the package, you must complete three steps: configuration; building; and installing.