From 3b27828ea4b57b98a5cc9260181f3097285126c1 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 10 Aug 2014 19:49:26 +0000 Subject: [PATCH] update readme and depends --- README | 2 ++ install.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/README b/README index 37031a44..ae4623a2 100644 --- a/README +++ b/README @@ -50,6 +50,8 @@ Run install.bat Pass either --cda or --cda-only to QIRA, or just call "cda binary" +The binary must have DWARF data, and the source files must exist on the system + Without cda-only, you have to go to localhost:3002/cda Everything should be intuitive, except press '/' to regex search diff --git a/install.sh b/install.sh index c3ebb199..62f43d8f 100755 --- a/install.sh +++ b/install.sh @@ -35,6 +35,7 @@ sudo ln -sf $(pwd)/qira /usr/local/bin/cda if [ -f web/qira.html ]; then echo "trunk detected" + sudo apt-get install yui-compressor if [ ! -d ~/.meteor ]; then echo "installing meteor" sudo apt-get install curl