X-Git-Url: https://git.decadent.org.uk/gitweb/?p=exar-uart-driver.git;a=blobdiff_plain;f=README.Debian;fp=README.Debian;h=359a742b83546756f341d81767c4254b24942992;hp=f1c76a7c2e940a83d969aa1272702da660540ea8;hb=6503d6f1ac901d6631761dba21a4b13adacc5d81;hpb=c48dea5195a3bc374c6357df7ec1ffc3106d22b4 diff --git a/README.Debian b/README.Debian index f1c76a7..359a742 100644 --- a/README.Debian +++ b/README.Debian @@ -6,22 +6,15 @@ The original exar drivers were made for kernel 3.6 and lower. This package is intended for 3.7 and higher. Usage: -Build the package to create the module-source package: +# Build the vizzini-source package dpkg-buildpackage -rfakeroot -Put that source package in your public repository. - -To build a debian module for your kernel: - -dpkg -i - -cd -tar xvjf /usr/src/vizzini.tar.bz2 -C .. -export MODULE_LOC=$PWD/../modules -fakeroot make-kpkg modules_image - -This will create a suitable vizzini-module package to suit your debian kernel -package. +# Install the vizzini-source package +sudo dpkg --install ../vizzini-source_*_all.deb +sudo apt-get -f install +# Use module assistant to build and install a package containing modules for +# your current kernel. +sudo m-a b-i vizzini