[Documentation] [TitleIndex] [WordIndex

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:

cwiid_201-0ubuntu1.tar.gz

The binary packages for 32-bit Hardy:

cwiid-debs-Hardy-i386.tgz

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:

cwiid-0.6-201.src.rpm

The binary package for Fedora 11 and 12, x86_64 is:

cwiid-0.6-201.x86_64.rpm

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:

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

2023-10-28 13:11