]> git.cworth.org Git - apitrace/commitdiff
Describe how to build the 32bit version of the wrapper.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 23 Apr 2011 08:40:42 +0000 (09:40 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 23 Apr 2011 10:06:59 +0000 (11:06 +0100)
README

diff --git a/README b/README
index fe8347b6c4bc984edd1a707ad26e7c81b32eb7e6..37ecc4a06ab12ee91d8036470e616701217e0240 100644 (file)
--- a/README
+++ b/README
@@ -60,6 +60,12 @@ Build as:
  cmake -H. -Bbuild
  make -C build
 
+You can also build the 32bit GL wrapper on 64bit distro with a multilib gcc by
+doing:
+
+ cmake -H. -Bbuild32 -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_LINK_FLAGS=-m32
+ make -C build32 glxtrace
+
 
 == Windows ==
 
@@ -93,7 +99,7 @@ TRACE_FILE envirnment variable before running.
 
 * View the trace with
 
- /path/to/tracedump application.trace
+ /path/to/tracedump application.trace | less -R
 
 * Replay the trace with