From: norly Date: Mon, 8 Jul 2013 15:50:51 +0000 (+0100) Subject: docs/building.md: Cleanup X-Git-Url: https://git.enpas.org/?p=centaur.git;a=commitdiff_plain;h=53971bf5dabda0aa29a7d1a25d365cbc46778513 docs/building.md: Cleanup --- 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.