summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-10-21 17:13:52 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-10-21 17:13:52 +0100
commit053f8f052f0ccb2f82020647d3913afd6af1b514 (patch)
treea20ec0ab188a082ce4a1e0e5ef62e4a71d8517ac
parentaf8b725a6d88c4cdc9db9bac14ed309e0b8856eb (diff)
Update README
-rw-r--r--README25
1 files changed, 24 insertions, 1 deletions
diff --git a/README b/README
index 3ebb100..d41221e 100644
--- a/README
+++ b/README
@@ -27,10 +27,33 @@ needed libraries excist:
$(MESA)src/gallium/auxiliary/tgsi/libtgsi.a
$(MESA)src/gallium/auxiliary/util/libutil.a
-Then just do
+
+The gtk dependancies should be satisfied on debian based system with:
+
+sudo apt-get install libgtk2.0-dev libgtkglext1-dev
+
+
+Then just do:
./autogen.sh
make
+= Usage =
+
+Make sure that you driver has trace integration, see above. Then from on
+the computer that you want to debug do:
+
+ export GALLIUM_RBUG=true
+
+ <launch app>
+
+From the debugging computer launch rbug-gui from this folder.
+
+./rbug-gui [ip|hostname]
+
+If no ip/hostname is give rbug-gui will ask you for a ip and port. You can
+also call "make run" which will connect automaticaly to localhost.
+
+
--
Jakob Bornecrantz <jakob@vmware.com>