summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files 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=<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.