mirror of
https://github.com/geohot/qira
synced 2025-03-13 18:43:19 +03:00
add clang to deps and switch readme to markdown
This commit is contained in:
parent
04072502f9
commit
dda2548997
@ -1,3 +1,8 @@
|
||||
# QIRA
|
||||
|
||||
[](https://travis-ci.org/BinaryAnalysisPlatform/qira)
|
||||
|
||||
<pre>
|
||||
QIRA is a competitor to strace and gdb
|
||||
See http://qira.me/ for high level usage information
|
||||
All QIRA code is released under GPLv2 or BSD
|
||||
@ -137,5 +142,5 @@ max_clnum -- Max changelist number for each fork
|
||||
dirtyiaddr -- Whether we should update the clnum based on the iaddr or not
|
||||
|
||||
flat -- if we are in flat view
|
||||
|
||||
</pre>
|
||||
|
@ -52,7 +52,7 @@ else
|
||||
echo 'yes' | sudo add-apt-repository ppa:avsm/ocaml42+opam12
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
|
||||
sudo apt-get install -qq libgmp-dev llvm-3.4-dev time
|
||||
sudo apt-get install -qq libgmp-dev llvm-3.4-dev time clang-3.4
|
||||
|
||||
opam init
|
||||
llvm_version=3.4 opam install bap
|
||||
|
Loading…
x
Reference in New Issue
Block a user