]> git.proxmox.com Git - pve-common.git/blobdiff - README.dev
d/control: record that we now break qemu-server << 5.0-29
[pve-common.git] / README.dev
index 627da561da6b8ddd48bf381194df38d24436c801..92f1e74031f1def95e362a8a07acd751722c95d5 100644 (file)
@@ -1,9 +1,9 @@
 = Setup PVE Development Environment =
 
-1. Install Debian 'jessie'
+1. Install Debian 'stretch'
 2. Configure pvetest repository in apt sources.list
 
- deb http://download.proxmox.com/debian jessie pvetest
+ deb http://download.proxmox.com/debian stretch pvetest
 
 3. Add our repository key with apt-key:
 
@@ -20,7 +20,7 @@ You should now have a working Proxmox VE installation.
 
 = Install build prerequisites for development environment =
 
-apt-get -y install build-essential git-core git-email debhelper \
+apt-get install build-essential git git-email debhelper \
 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 \
@@ -39,13 +39,13 @@ libsystemd-dev libreadline-gplv2-dev libio-multiplex-perl \
 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 vlan ifenslave-2.6 libfile-sync-perl cstream \
+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 inkscape
+libudev-dev asciidoc-dblatex source-highlight libiscsi-dev libiscsi7
 
 = Compile PVE packages from Source =
 
@@ -60,10 +60,10 @@ libpve-http-server-perl.git
 libpve-apiclient-perl.git
 pve-docs.git
 pve-cluster.git
-lvm.git
 pve-access-control.git
 pve-storage.git
 pve-guest-common.git
+pve-firewall.git
 pve-qemu-kvm.git
 qemu-server.git
 vncterm.git
@@ -79,7 +79,6 @@ pve-manager.git
 #gfs2-utils.git
 ksm-control-daemon.git
 pve-container.git
-pve-firewall.git
 pve-kernel.git
 
 Most packages can be installed with 'make dinstall' command.