README.md: Build instructions
authornorly <ny-git@enpas.org>
Mon, 8 Jul 2013 15:48:02 +0000 (16:48 +0100)
committernorly <ny-git@enpas.org>
Mon, 23 Feb 2015 23:18:27 +0000 (00:18 +0100)
README.md

index 6d6dde3d7daabe2a8e21b7dfa8c16b69cc2f92d3..c9ddb655413179f63c412c455ccfd7f66206d771 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,10 +29,29 @@ This functionality is exposed by the underlying `libelfu` via a C API,
 at the same high level. `elfucli` serves as an example application for
 it and doubles as a handy scalpel for ELF files.
 
-More examples can be found in the testsuite.
+More examples can be found in the testsuite. The 'detour' test is
+particularly similar to the example above.
 
 
-Build instructions, Credits, License, ...
------------------------------------------
+Build instructions, testing
+---------------------------
+
+Usually, a plain
+
+    make
+
+should be enough to build centaur, provided that a version of libelf
+and its development files are installed. If not, see docs/building.md
+for further hints such as the packages to be installed on Ubuntu.
+
+Once that is done,
+
+    make check
+
+will build and run the testsuite. See docs/tests.md for details.
+
+
+License, etc
+------------
 
 See the docs/ directory for all other documentation.