Contents
Ubuntu
Note: If the Ubuntu instructions do not work for you, you may want to try the generic instructions.
This is based off of the upstream repository, revision 201.
The source package is:
The binary packages for 32-bit Hardy:
Install with:
tar xvzf cwiid-debs-Hardy-i386.tgz sudo dpkg -i cwiid-debs-Hardy-i386.tgz/*.deb
Feel free to copy any binaries, sources, or whatever else off of that web server. Please improve those instructions.
Fedora
Note: If the Fedora instructions do not work for you, you may want to try the generic instructions.
This is based off of the upstream repository, revision 201.
The source package is:
The binary package for Fedora 11 and 12, x86_64 is:
32 bit binaries will come later.
Install instructions on Fedora 11 and 12 are as follows:
Create the file /etc/yum.repos.d/cwiid.repo
Place the following in it:
[cwiid-fedora] name=cwiid builds for Fedora 11-12 baseurl=http://www.michaelgregg.com/build/cwiid/ enabled=1 gpgcheck=0
Install with:
sudo yum install cwiid
Feel free to copy any binaries, sources, or whatever else off of that web server. Please improve those instructions.
Generic Instructions
1. Use your distribution's package management system to install the following packages (exact package names may vary):
autoconf autogen automake gcc bluetooth libbluetooth-dev libgtk2.0-dev pkg-config python-dev flex bison subversion libtool
For example, in ubuntu, the following command should get the job done:
sudo apt-get install autoconf autogen automake gcc bluetooth libbluetooth-dev libgtk2.0-dev pkg-config python-dev flex bison subversion libtool
2. Run some variant of the following commands to download, compile and install a recent version of wiimote using the following commands:
svn co http://abstrakraft.org/cwiid/svn/trunk/ cd trunk autoreconf ./configure make sudo make install