summarylogtreecommitdiffstats
path: root/wineasio.install
blob: 8c892b01cf13c2309f5805941d8682dc348faf14 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
echo "Your user must belong to the realtime group in order to use wineasio."
echo "This can be done with sudo usermod -aG realtime \$(whoami)"
echo ""
echo "For registering wineasio as an ASIO driver:"
echo "For 32bit, run: regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll"
echo "For 64bit, run: wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll"
}
# vim:set ts=2 sw=2 et: