mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add a note on FC3
Added a note on installation on FC3.
This commit is contained in:
parent
acc032b63f
commit
6f918dfac4
1 changed files with 14 additions and 0 deletions
14
INSTALL
14
INSTALL
|
|
@ -79,3 +79,17 @@ Jack plugin
|
|||
-----------
|
||||
|
||||
JACK plugin is moved to alsa-plugins package.
|
||||
|
||||
Trouble Shooting
|
||||
----------------
|
||||
|
||||
* Install path on Fedora Core 3
|
||||
|
||||
FC3 installs its system ALSA library to /lib instead of /usr/lib.
|
||||
Specify --libdir=/lib to configure to overwrite it with the new library,
|
||||
or run like
|
||||
|
||||
# ln -sf /usr/lib/libasound.so.2.0.0 /lib/libasound.so.2.0.0
|
||||
|
||||
to make symlink to the new path.
|
||||
Note that /lib might be /lib64 on 64bit architecture.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue