= wmix = Dockapp mixer for OSS or ALSA. [[http://dockapps.windowmaker.org/click.php?send=http://www.ne.jp/asahi/linux/timecop/]] [[http://dockapps.windowmaker.org/download.php/id/528/wmix-3.2.tar.gz]] [[http://www.ne.jp/asahi/linux/timecop/#wmix]] [[http://www.ne.jp/asahi/linux/timecop/software/wmix-3.1.tar.gz]] == Build from source == * cd /tmp * wget http://dockapps.windowmaker.org/download.php/id/528/wmix-3.2.tar.gz * wget http://www.ne.jp/asahi/linux/timecop/software/wmix-3.1.tar.gz # alternative * tar xvzf wmix-3.2.tar.gz * cd wmix-3.2 * make clean * make * make install If the error '''expecting string instruction after 'rep' ''' appears, change the Makefile from {{{ CFLAGS = -O3 -W -Wall }}} to {{{ CFLAGS = -W -Wall }}} == Slackbuild == TODO