ELFIO/INSTALL
Serge Lamikhov-Center 4383280260 INSTALL description changed
Signed-off-by: Serge Lamikhov-Center <to_serge@users.sourceforge.net>
2012-12-05 11:02:34 +02:00

16 lines
494 B
Plaintext

ELFIO is a header-only C++ library - installation does not require any
(pre)compilation step. Just copy 'elfio' folder into standard include directory.
For example:
cp -R elfio /usr/include
Alternatively, it is possible to modify compiler's include search path -
'-I<dir>' option in GCC; '/I<dir>' in MSVC.
Makefile(s) that come with the distribution package are provided for
example files compilation only.
To compile the examples, use the commands below:
./configure
make