We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416023e commit 1d13094Copy full SHA for 1d13094
1 file changed
README.md
@@ -79,6 +79,17 @@ Uninstalling
79
To uninstall a manually-installed package execute `make uninstall` as root in
80
the package source directory.
81
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
93
Upgrading / downgrading
94
-----------------------
95
0 commit comments