Quote:
Originally Posted by knc1
Just to round out your emulation experience ...
The qemu emulator has a selection of (at least) three sound cards with alsa and oss interfaces.
http://alien.slackbook.org/dokuwiki/...slackware:qemu
I don't know how out-of-date that wiki page might be, but it is rare for hardware emulation to be removed from qemu once someone writes it.
The main qemu web site would have the final word.
The start-up command is in: ./run-emulator.sh (and dev-environment.sh just sources it)
That would be the place to tweak any qemu options needed to get sound out of your (emulated) build environment.
Plus, only /home is writable in Rob Landley's setup, so using a --prefix=/home when building software will be required.
The DESTDIR= variable is recognized by some makefiles and can be of use at times also.
|
I will make time to create such a masterpiece of testability.
Thanks for the permissions and flags tips!