summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d55d7df..5603bcf 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
Yet another hypervisor detection tool, this time in a high level language and
doesn't want root privileges.
-To build it, you need GNAT 4.x or higher (Ada 2005 support required).
-Just use "make" in the top level dir.
-Alternatively, you can use gnatmake directly, from the top level dir do
+To build it, you need GNAT 4.x or higher (Ada 2005 support required) and gprbuild.
+Build setup is rather simplistic at this time.
```
-gnatmake ./src/hvinfo
+cd hvinfo
+make
+make install PREFIX=<some dir>
```
There is no proper build system yet, so if you are building on FreeBSD,