X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=README.dev;h=627da561da6b8ddd48bf381194df38d24436c801;hp=a97f1c83a4986e53f51e59a9ce19d192c26c5132;hb=ee45626adaef017039ba746b7f9fd89940913a78;hpb=48e957b935f04ed888dfe84c373c95a46717ba6e diff --git a/README.dev b/README.dev index a97f1c8..627da56 100644 --- a/README.dev +++ b/README.dev @@ -35,16 +35,17 @@ 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 \ -libsystemd-daemon-dev libreadline-gplv2-dev libio-multiplex-perl \ +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 \ lzop dtach apt-transport-https hdparm gdisk parted ttf-dejavu-core \ -liblzma-dev dosfstools mtools libxen-dev libfuse-dev libcorosync-pve-dev \ -libqb-dev libapparmor-dev docbook2x libcap-dev dh-apparmor libcgmanager-dev \ +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 +libudev-dev asciidoc-dblatex source-highlight inkscape = Compile PVE packages from Source = @@ -54,14 +55,15 @@ Download and install the following git modules in order from top to bottom: You currently need the following packages: -libqb.git -corosync-pve.git pve-common.git +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-qemu-kvm.git qemu-server.git vncterm.git @@ -70,9 +72,10 @@ spiceterm.git #vzctl.git #fence-agents-pve.git #resource-agents-pve.git +extjs.git pve-manager.git #pve-kernel-3.10.0.git -libiscsi.git +#libiscsi.git #gfs2-utils.git ksm-control-daemon.git pve-container.git @@ -166,7 +169,7 @@ __PACKAGE__->register_method ({ type => 'string', }, code => sub { - my ($conn, $resp, $param) = @_; + my ($param) = @_; return $param->{text}; }