5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-03-09 12:58:35 +03:00

README.dev: enhance installing build-dependcy section

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-05 10:57:49 +02:00
parent 2c2b3b55bc
commit fb6134feaa

View File

@ -35,10 +35,20 @@
= Install build prerequisites for development environment =
12. run:
NOTE: this is a huge list intended to be able to build (almost) all packages,
from the UI/API components to backend components to our Linux Kernel.
If you only want to hack on specific topics you won't need most of those.
We try to have a complete list of build dependencies in each source
repositories 'debian/control' file. If you run `make deb` dpkg-buildpackge will
stop and tell you if you miss some packages needed.
apt-get install build-essential git git-email debhelper \
autotools-dev autogen dh-autoreconf dkms doxygen check pkg-config \
12. For installing the most important, always needed, ones run:
apt-get install build-essential git git-email debhelper pve-doc-generator
Additionally, for quickly installing (almost) all build dependencies run:
apt-get install autotools-dev autogen dh-autoreconf dkms doxygen check pkg-config \
groff quilt dpatch automake autoconf libtool lintian libdevel-cycle-perl \
libjson-perl libcommon-sense-perl liblinux-inotify2-perl libio-stringy-perl \
libstring-shellquote-perl dh-systemd rpm2cpio libsqlite3-dev sqlite3 \