From 0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 12 Apr 2015 11:30:36 +0600 Subject: GNU Make note. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9f53e5..806bd13 100644 --- a/README.md +++ b/README.md @@ -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= +gmake +gmake install PREFIX= ``` ### 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. -- cgit v1.2.3