diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ + GALLIUM REMOTE DEBUGGING GUI + += About = + +This is the gui interface to the Gallium Remote Debugger. +It is written in C and uses gtk, gtkglext and Gallium. + + +For information about protocol (de)marshaling see: +$(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 + + += Building = + +You need to have checked out a mesa repository in a sibling directory to this +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 + +Then just do + ./autogen.sh + make + + +-- +Jakob Bornecrantz <jakob@vmware.com> |