PVE source code

jack-z

New Member
Jun 23, 2022
4
0
1
PVE Source code download location ? /usr/share/perl5/PVE/ What is it ? is source? PVE editing language is perl?
 
Hey,

you can clone the code from [1]. If you wanna edit it you first have to install the build dependencies with apt build-deps ., then you can build+install with your changed code with make dinstall. And yes, PVE is written in perl.

[1] https://git.proxmox.com/
 
Thank you for your reply. There is another question.
How to package and download this? For example, this figure
1655964055041.png
 
for this repo it would be git clone git://git.proxmox.com/git/pve-qemu.git, then cd pve-qemu, apt build-dep . and make dinstall.

1655974091349.png