edb-debugger在Ubuntu环境下的安装

来源:互联网 发布:知即墨下载 编辑:程序博客网 时间:2024/06/07 13:47

edb-debugger的安装资料博客上都只有比较旧的版本,一开始参考安装的时候一直出错,在edb-debugger的github主页上也只找到依赖库的条件。

Dependency Version Required Qt >= 4.6 Boost (Headers Only) >= 1.35 Capstone >= 3.0 [Graphviz] (http://www.graphviz.org/) >= 2.38.0 (Optional)

主要是Qt总是报环境错误,后面在github上翻看wiki找到了针对Ubuntu的安装资料,分享给大家。

For Ubuntu >= 15.10

# install dependenciessudo apt-get install       \    cmake                  \    build-essential        \    libboost-dev           \    libqt5xmlpatterns5-dev \    qtbase5-dev            \    qt5-default            \    libqt5svg5-dev         \    libgraphviz-dev        \    libcapstone-dev# build and run edbgit clone --recursive https://github.com/eteran/edb-debugger.gitcd edb-debuggermkdir buildcd buildcmake ..make./edb

给出具体链接
Compiling (Fedora)
https://github.com/eteran/edb-debugger/wiki/Compiling-(Fedora)
Compiling (Ubuntu Debian)
https://github.com/eteran/edb-debugger/wiki/Compiling-(Ubuntu-Debian)#for-ubuntu–1510

[转载请加上转载于五月杂货铺]

0 0
原创粉丝点击