ALSA Driver

From CBLFS
Revision as of 10:07, 9 September 2007 by Huohuliaisili (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | ftp://ftp.alsa-project.org/pub/driver/alsa-driver-{{ALSA OSS-Version}}.tar.bz2 |} ---- == D...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.17.tar.bz2


Dependencies

Required

Non-Multilib

Compile the package:

./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32  --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64  --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

Contents

  • Installed Programs: ???
  • Installed Libraries: ???