forked from Zhomart/glc
-
Notifications
You must be signed in to change notification settings - Fork 5
nullkey edited this page Mar 4, 2011
·
3 revisions
Yes! You will just have to emulate ALSA. Example instructions can be found on the Arch Linux wiki.
You probably used glc-build.sh script to install '''glc''' into non-standard location. Besides correct '''PATH''' environment variable you need to provide '''LD_LIBRARY_PATH''' value. glc-build.sh instructs you about those variables: info : Installing glc... info : Done :) info : You may need to add following lines to your .bashrc: export PATH="${PATH}:/home/pyry/tmp/glc/bin" export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/home/pyry/tmp/glc/lib64:/home/pyry/tmp/glc/lib32"