X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=README.markdown;h=5b34dec786cb67c10a104e7435f37963977d2519;hb=ed40bc699e44f810d27c7e50d396f7749c8cc9c2;hp=cbacc0d168bf3679dafb60fd88f46a3e3ef5136e;hpb=cf61cedc3dbeaa1ec185388fd3d82c6f3c25abfa;p=apitrace diff --git a/README.markdown b/README.markdown index cbacc0d..5b34dec 100644 --- a/README.markdown +++ b/README.markdown @@ -126,7 +126,7 @@ to trace by using `glxtrace.so` as an ordinary `libGL.so` and injecting into export TRACE_LIBGL=/path/to/real/libGL.so.1 /path/to/application -See the 'ld.so' man page for more information about `LD_PRELOAD` and +See the `ld.so` man page for more information about `LD_PRELOAD` and `LD_LIBRARY_PATH` environment flags. You can make a video of the output by doing @@ -160,11 +160,11 @@ Windows * View the trace with - /path/to/tracedump application.trace + \path\to\tracedump application.trace * Replay the trace with - /path/to/glretrace application.trace + \path\to\glretrace application.trace Links @@ -172,6 +172,8 @@ Links About **apitrace**: +* [Official mailing list](http://lists.freedesktop.org/mailman/listinfo/apitrace) + * [Zack Rusin's blog introducing the GUI](http://zrusin.blogspot.com/2011/04/apitrace.html) * [Jose's Fonseca blog introducing the tool](http://jrfonseca.blogspot.com/2008/07/tracing-d3d-applications.html)