X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=README.dev;h=0b1212308284e548c90ad630e19e87b4a98614fb;hp=ca73d4672566d27e5c6c40189ed1873f0cdde0db;hb=6eb61ecd4ad9bfa6b1765965a05d7a5ff0d38aff;hpb=2c2b3b55bca6748945d09833efcfbf3450957f26 diff --git a/README.dev b/README.dev index ca73d46..0b12123 100644 --- a/README.dev +++ b/README.dev @@ -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-buildpackage will +stop and tell you if you miss some required packages. -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 \