Browse Source

doc: updated Debian building docs.

pull/122/head
Vladimír Vondruš 11 years ago
parent
commit
d7d4bfccaf
  1. 9
      doc/building.dox

9
doc/building.dox

@ -318,11 +318,12 @@ Gentoo Git ebuild is available in `package/gentoo` directory.
@subsection building-packages-deb DEB packages @subsection building-packages-deb DEB packages
There is also `package/debian/` directory with all files needed for building 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 Debian packages. You need to have `corrade-dev` DEB package installed and in
addition also `dpkg-dev` package. Building is easy, just change directory to addition also `dpkg-dev` and `debhelper` packages. Building is easy, just
package root, copy `package/debian` directory there and run `dpkg-buildpackage`: 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 dpkg-buildpackage
This will compile binary and development packages, which will then appear in This will compile binary and development packages, which will then appear in

Loading…
Cancel
Save