summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-04-12 11:30:36 +0600
committerDaniil Baturin <daniil@baturin.org>2015-04-12 11:30:36 +0600
commit0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb (patch)
treee2ad1decad5f1f13a27026ec6b9741661f75ca44 /README.md
parentd28767d7380d214c98a8fa3741d23de70ab4a506 (diff)
downloadhvinfo-0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb.tar.gz
hvinfo-0e1d26b4cb344dbc9e47ee7cb5a5faa3380c58eb.zip
GNU Make note.
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.