diff --git a/doc/building.dox b/doc/building.dox index ff3de144c..3259f5b34 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -318,11 +318,12 @@ Gentoo Git ebuild is available in `package/gentoo` directory. @subsection building-packages-deb DEB packages There is also `package/debian/` directory with all files needed for building -Debian packages. You need to have `corrade-dev` DEB packages installed and in -addition also `dpkg-dev` package. Building is easy, just change directory to -package root, copy `package/debian` directory there and run `dpkg-buildpackage`: +Debian packages. You need to have `corrade-dev` DEB package installed and in +addition also `dpkg-dev` and `debhelper` packages. Building is easy, just +change directory to package root, link or copy `package/debian` directory there +and run `dpkg-buildpackage`: - cp -r package/debian . + ln -s package/debian . dpkg-buildpackage This will compile binary and development packages, which will then appear in