X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=README.dev;h=f68c16900719ad2b5e02928cc7e7aa86c3b44a05;hp=63a828afc31d5eb5a06aca17d778ba28b235357d;hb=ef73f03b608c86b41b72e956f18bc82c035feb05;hpb=a4a9a32857fa1b56308707cfccde55491b0734c5 diff --git a/README.dev b/README.dev index 63a828a..f68c169 100644 --- a/README.dev +++ b/README.dev @@ -14,16 +14,16 @@ 5. run: apt-get update 6. run: apt-get dist-upgrade -7. run: apt-get install proxmox-ve-3.10.0 +7. run: apt-get install proxmox-ve You should now have a working Proxmox VE installation. = Install build prerequisites for development environment = -apt-get -y install build-essential git-core 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 \ +apt-get -y install build-essential git-core 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 \ libstring-shellquote-perl dh-systemd rpm2cpio libsqlite3-dev sqlite3 \ libglib2.0-dev librrd-dev librrds-perl rrdcached libdigest-hmac-perl \ libxml-parser-perl gdb libcrypt-openssl-random-perl \ @@ -31,7 +31,7 @@ libcrypt-openssl-rsa-perl libnet-ldap-perl libauthen-pam-perl \ libjson-xs-perl libterm-readline-gnu-perl oathtool libmime-base32-perl \ liboath0 libpci-dev texi2html libsdl1.2-dev libgnutls28-dev \ libspice-protocol-dev xfslibs-dev libnuma-dev libaio-dev \ -libspice-server-dev libusbredirparser-dev glusterfs-common \ +pve-libspice-server-dev libusbredirparser-dev glusterfs-common \ libusb-1.0-0-dev librbd-dev libpopt-dev iproute bridge-utils numactl \ glusterfs-common ceph-common python-ceph libgoogle-perftools4 \ libfile-chdir-perl lvm2 glusterfs-client liblockfile-simple-perl \ @@ -41,7 +41,10 @@ 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 \ lzop dtach apt-transport-https hdparm gdisk parted ttf-dejavu-core \ -liblzma-dev dosfstools mtools libxen-dev +liblzma-dev dosfstools mtools libxen-dev libfuse-dev libcorosync-pve-dev \ +libqb-dev libapparmor-dev docbook2x libcap-dev dh-apparmor libcgmanager-dev \ +graphviz libseccomp-dev libglib-perl libgtk3-perl libnss3-dev libdlm-dev \ +libudev-dev = Compile PVE packages from Source = @@ -54,6 +57,7 @@ You currently need the following packages: libqb.git corosync-pve.git pve-common.git +pve-docs.git pve-cluster.git lvm.git pve-access-control.git @@ -67,10 +71,13 @@ spiceterm.git #fence-agents-pve.git #resource-agents-pve.git pve-manager.git -pve-kernel-3.10.0.git +#pve-kernel-3.10.0.git libiscsi.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. @@ -159,7 +166,7 @@ __PACKAGE__->register_method ({ type => 'string', }, code => sub { - my ($conn, $resp, $param) = @_; + my ($param) = @_; return $param->{text}; }