summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-04-08 13:45:44 +0200
committerDaniil Baturin <daniil@baturin.org>2015-04-08 13:45:44 +0200
commitd57df2d967ef8a01a3991f0bc877c24664e34dcc (patch)
tree02ec67d3c2dcb477cf2c413c1c7b883b3adf0657 /README.md
parent1d0cda353fe1fbea440033db140605a88ec7dd98 (diff)
downloadhvinfo-d57df2d967ef8a01a3991f0bc877c24664e34dcc.tar.gz
hvinfo-d57df2d967ef8a01a3991f0bc877c24664e34dcc.zip
Add debian packaging.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2405c6f..a9f53e5 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
Yet another hypervisor detection tool, this time in a high level language and
doesn't want root privileges.
+## Building
+
To build it, you need GNAT 4.x or higher (Ada 2005 support required) and gprbuild.
Build setup is rather simplistic at this time.
@@ -11,6 +13,15 @@ make
make install PREFIX=<some dir>
```
+### Building a Debian package
+
+Debian packaging is not yet good enough to get it included in Debian, but should
+be fine for local use. Install the devscripts package and do:
+
+```
+debuild -us -uc
+```
+
If you have your Ada toolchain installed in an unusual location, it's better to ensure you have it
in your $PATH.