X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=README.dev;h=ea9bcf17474b2fe67b8258b9f30c221d388c38e2;hp=e3c70dece9ddd7b35301fc730d16712e58dec3d7;hb=d37a71867233a09803e825f0249a1c7df8be25a0;hpb=1149dc7be4ab107d255b6d2062c986b549ce0c9f diff --git a/README.dev b/README.dev index e3c70de..ea9bcf1 100644 --- a/README.dev +++ b/README.dev @@ -35,12 +35,13 @@ = Install build prerequisites for development environment = -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 needed packages. +NOTE: this is a huge and probably outdated 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. +Instead 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. 12. For installing the most important, always needed, ones run: @@ -48,6 +49,12 @@ apt-get install build-essential git git-email debhelper pve-doc-generator Additionally, for quickly installing (almost) all build dependencies run: +WARNING: this list is almost for sure outdated! Use the build-deps definitions +defined in each package! You could install `devscripts` (huge package, but nice +helpers) and use: +# mk-build-deps --install +in the top-level directory of a git repository. + 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 \ @@ -67,13 +74,13 @@ libnetfilter-log-dev libipset3 ipset socat libsasl2-dev libogg-dev \ python-pyparsing libfilesys-df-perl libcrypt-ssleay-perl \ libfile-readbackwards-perl libanyevent-perl libanyevent-http-perl \ unzip liblocale-po-perl libfile-sync-perl cstream \ -lzop dtach apt-transport-https hdparm gdisk parted ttf-dejavu-core \ -liblzma-dev dosfstools mtools libxen-dev libfuse-dev corosync-dev \ -libcpg-dev libquorum-dev libcmap-dev libuuid-perl \ -libqb-dev libapparmor-dev docbook2x libcap-dev dh-apparmor \ -graphviz libseccomp-dev libglib-perl libgtk3-perl libnss3-dev libdlm-dev \ -libudev-dev asciidoc-dblatex source-highlight libiscsi-dev libiscsi7 \ -librsvg2-bin +lzop dtach hdparm gdisk parted ttf-dejavu-core \ +liblzma-dev dosfstools mtools libxen-dev libfuse-dev libcpg-dev libquorum-dev \ +libcmap-dev libuuid-perl libqb-dev libapparmor-dev docbook2x libcap-dev \ +dh-apparmor graphviz libseccomp-dev libglib-perl libgtk3-perl libnss3-dev \ +libdlm-dev libudev-dev asciidoc-dblatex source-highlight libiscsi-dev \ +libiscsi7 librsvg2-bin libarchive-dev libgpgme-dev libcurl4-gnutls-dev \ +libtest-mockmodule-perl libjemalloc-dev libjpeg-dev = Compile PVE packages from Source =