2012-12-05 09:02:34 +00:00
|
|
|
ELFIO is a header-only C++ library - installation does not require any
|
|
|
|
(pre)compilation step. Just copy 'elfio' folder into standard include directory.
|
2012-11-26 22:00:27 +00:00
|
|
|
|
2012-12-05 09:02:34 +00:00
|
|
|
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.
|
2012-11-26 22:00:27 +00:00
|
|
|
|
2020-08-10 05:03:51 +00:00
|
|
|
Makefile(s) that come with the distribution package are provided only for
|
|
|
|
compilation of example files.
|
2012-11-26 22:00:27 +00:00
|
|
|
|
2012-12-05 09:02:34 +00:00
|
|
|
To compile the examples, use the commands below:
|
|
|
|
./configure
|
|
|
|
make
|