diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-04-12 11:30:36 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-04-12 11:30:36 +0600 |
commit | 0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb (patch) | |
tree | e2ad1decad5f1f13a27026ec6b9741661f75ca44 | |
parent | d28767d7380d214c98a8fa3741d23de70ab4a506 (diff) | |
download | hvinfo-0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb.tar.gz hvinfo-0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb.zip |
GNU Make note.
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -4,13 +4,13 @@ doesn't want root privileges. ## Building -To build it, you need GNAT 4.x or higher (Ada 2005 support required) and gprbuild. +To build it, you need GNU Make, GNAT 4.x or higher (Ada 2005 support required) and gprbuild. Build setup is rather simplistic at this time. ``` cd hvinfo -make -make install PREFIX=<some dir> +gmake +gmake install PREFIX=<some dir> ``` ### Building a Debian package @@ -42,3 +42,7 @@ Container systems such as LXC and OpenVZ are not supported yet. Virtualization systems for platforms other than x86 aren't supported either. Patches are welcome. + +# TODO +* Implementation-independent makefile (anyone knows how to make ifdef work in both make flavours?) +* Containers virtualization detection. |