~ubuntu-branches/debian/stretch/clalsadrv/stretch

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-04-17 12:25:13 UTC
  • mfrom: (1.1.4 upstream) (2.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20100417122513-vsy32s4vwo8vgzvs
Tags: 2.0.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To make and install the library, cd to this directory, su root,
2
 
and 'make install'. This will install the lib and header file in
3
 
/usr/lib and /usr/include.
 
1
To make and install the library, cd to the libs directory, make,
 
2
sudo make install. This will install the lib and header file in
 
3
/usr/local/lib and /usr/local/include.
4
4
 
5
 
To install to other directories, see the Makefile.
 
5
To make and install the loopback and latency test programs, cd to
 
6
the apps directory, make, sudo make install. This will install the
 
7
test applications in /usr/local/bin.
6
8