diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-04-08 13:45:44 +0200 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-04-08 13:45:44 +0200 |
| commit | d57df2d967ef8a01a3991f0bc877c24664e34dcc (patch) | |
| tree | 02ec67d3c2dcb477cf2c413c1c7b883b3adf0657 /README.md | |
| parent | 1d0cda353fe1fbea440033db140605a88ec7dd98 (diff) | |
| download | hvinfo-d57df2d967ef8a01a3991f0bc877c24664e34dcc.tar.gz hvinfo-d57df2d967ef8a01a3991f0bc877c24664e34dcc.zip | |
Add debian packaging.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |
