Skip to content

Commit 1d13094

Browse files
committed
README.md: Add a section on building Debian package
1 parent 416023e commit 1d13094

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ Uninstalling
7979
To uninstall a manually-installed package execute `make uninstall` as root in
8080
the package source directory.
8181

82+
### Building Debian package ###
83+
84+
If you're a developer, or simply want to install a development version of the
85+
drivers as a Debian package, make sure you have `dpkg-dev`, `debhelper`, and
86+
`dkms` packages installed, and run the following command in the source
87+
directory:
88+
89+
dpkg-buildpackage -b --no-sign
90+
91+
The resulting package files will be written to the parent directory.
92+
8293
Upgrading / downgrading
8394
-----------------------
8495

0 commit comments

Comments
 (0)