Compiling CrystalHD on Ubuntu

Install required files

sudo apt-get git-core install autoconf build-essential linux-headers-`uname -r` 

Create symlink for the headers

ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/build 

Get the source

git clone git://git.wilsonet.com/crystalhd.git 
cd crystalhd/driver/linux/ 

Compile driver

autoconf 
./configure 
make 
sudo make install 
sudo modprobe crystalhd 
 

Compile lib

cd ../../linux_lib/libcrystalhd/ 
make 
sudo make install 

Done. Fire up XBMC!

compiling_crystal_hd_drivers_on_ubuntu.txt · Last modified: 15/01/2011 12:51 by eple