add clang to deps and switch readme to markdown

This commit is contained in:
George Hotz 2015-02-22 14:13:35 -08:00
parent 04072502f9
commit dda2548997
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# QIRA
[![Build Status](https://travis-ci.org/BinaryAnalysisPlatform/qira.svg?branch=master)](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>

View File

@ -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