gwminput
gwminput (betabetabeta version) is an frontend of wminput using gtk
features:
- you can change your config file (remap buttons, etc) without the need to put the wii remote in discovery mode
- you can map buttons to commands (execute commands)
I made a deb packages, you can download from http://jpizarro.doingit.cl/deb-packages/gwminput.tar.bz2
tar xf gwminput.tar.bz2
cd gwminput
dpkg -i *.deb #(como root)
OR
I have a git repository with cwiid and gwminput code, where you can get the code.
First you need to clone the repository.
git clone git://gitorious.org/gwminput/cwiid.git
cd cwiid
git-checkout remotes/origin/gwminput
Then to compile and run:
aclocal
autoconf
./configure
make
make install
gwminput
that’s all.
