summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-07-08 16:50:51 +0100
committernorly <ny-git@enpas.org>2015-02-24 00:18:27 +0100
commit53971bf5dabda0aa29a7d1a25d365cbc46778513 (patch)
treeb6ec0e3ea3cf6715dee1362d3cb554139a28f593 /docs
parent7a5181bdc0e94d5d7ba0eeceb23d5406a105a5bd (diff)
docs/building.md: Cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md
index 60282fa..3f4c9e2 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -20,9 +20,13 @@ compiler and linker flags. Failing this, it defaults to "-lelf" to
link against libelf, and no additional include directories.
On Ubuntu, development files can be installed using
+
apt-get install libelfg0-dev
+
for tired's libelf (preferred), or
+
apt-get install libelf-dev
+
for Red Hat's libelf.
@@ -41,9 +45,13 @@ Cleanup
-------
The usual
+
make clean
+
and
+
make distclean
+
are supported to clean binary files (clean), or all backup and
generated files (distclean).
@@ -54,7 +62,9 @@ Installation
There is currently no automated installation.
If you need system-wide availability, you can copy
- include/libelfu --> /usr/local/include/
- build/elfucli --> /usr/local/bin/
+
+ include/libelfu --> /usr/local/include/
+ build/elfucli --> /usr/local/bin/
build/libelfu.{a,so*} --> /usr/local/lib/
+
or your local variation thereof.