From 5655b8c7977932260024b398233e1cdb1139fc7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 23 Apr 2011 09:40:42 +0100 Subject: [PATCH] Describe how to build the 32bit version of the wrapper. --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.45.2