forked from projectceladon/vm_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
32 lines (21 loc) · 601 Bytes
/
INSTALL
File metadata and controls
32 lines (21 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Build Guidance
==============
Quick start:
------------
[Install dependencies]
sudo apt-get install build-essential autoconf libtool pkg-config cmake
[Configure]
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
[Build]
make -j
[Install]
sudo make install
Build deb packages:
-------------------
[Install dependencies]
sudo apt-get install build-essential cmake dev devscripts lintian debhelper
[Build]
debuild --preserve-env -b -uc -us --lintian-opts --profile debian #vm-manager_x.x.x_amd64.deb will be generated at parent directory
[Install]
dpkg -i vm-manager_x.x.x_amd64.deb