1 Star 0 Fork 31

maosiping/third_party_elfio_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
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 only for
compilation of example files.
To compile the examples, use the commands below:
autoreconf -f -i
./configure
make
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maosiping/third_party_elfio_1.git
git@gitee.com:maosiping/third_party_elfio_1.git
maosiping
third_party_elfio_1
third_party_elfio_1
master

搜索帮助