add text about sndiod user and libpath

This commit is contained in:
Alexandre Ratchov 2012-11-07 11:52:26 +01:00
parent a00c38b091
commit ea50057bb6
1 changed files with 20 additions and 14 deletions

34
configure vendored
View File

@ -176,17 +176,23 @@ do
< $makefile.in > $makefile < $makefile.in > $makefile
done done
echo cat <<EOF
echo "bindir................... $bindir"
echo "datadir.................. $datadir" bindir................... $bindir
echo "includedir............... $includedir" datadir.................. $datadir
echo "libdir................... $libdir" includedir............... $includedir
echo "mandir................... $mandir" libdir................... $libdir
echo "user..................... $user" mandir................... $mandir
echo "precision................ $precision" user..................... $user
echo "alsa..................... $alsa" precision................ $precision
echo "sun...................... $sun" alsa..................... $alsa
echo "rmidi.................... $rmidi" sun...................... $sun
echo rmidi.................... $rmidi
echo "Do \"make && make install\" to compile and install sndio"
echo Do "make && make install" to compile and install sndio
Installation requires the "$libdir" directory to be part of
the system library search path. The "$user" user must exist and
its primary group must have access to audio and MIDI hardware.
EOF