From: José Fonseca Date: Sat, 23 Apr 2011 08:40:42 +0000 (+0100) Subject: Describe how to build the 32bit version of the wrapper. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5655b8c7977932260024b398233e1cdb1139fc7e;p=apitrace Describe how to build the 32bit version of the wrapper. --- diff --git a/README b/README index fe8347b..37ecc4a 100644 --- 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