summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-07-01 21:26:06 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-07-01 21:27:35 +0100
commite563ea751ab0e80fd07ae58b6c182be1b5dbbf4a (patch)
treebd6c7830ecc25ddafbbb8abfb0d45c95113899fe
parentc158ffd681bfc25e26fd36dff0401e6e694950ec (diff)
Update readme
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index c4de2d5..d033a7b 100644
--- a/README
+++ b/README
@@ -7,13 +7,10 @@ It is written in C and uses gtk, gtkglext and Gallium.
For information about protocol (de)marshaling see:
-$(MESA)src/gallium/auxiliary/rbug/README
+$(MESA)/src/gallium/auxiliary/rbug/README
for information about driver integration look in:
-$(MESA)src/gallium/drivers/trace/README
-
-for information about applications look in:
-$(MESA)progs/rbug/README
+$(MESA)/src/gallium/drivers/rbug/README
= Building =
@@ -23,9 +20,8 @@ directory called mesa, as currently the build looks for mesa in ../mesa/.
You also need to build a debug build of mesa with with gallium so that the
needed libraries excist:
- $(MESA)src/gallium/auxiliary/rbug/librbug.a
- $(MESA)src/gallium/auxiliary/tgsi/libtgsi.a
- $(MESA)src/gallium/auxiliary/util/libutil.a
+ $(MESA)/src/gallium/auxiliary/rbug/librbug.a
+ $(MESA)/src/gallium/auxiliary/libgallium.a
The gtk dependancies should be satisfied on debian based system with: