summaryrefslogtreecommitdiff
path: root/perf/README
diff options
context:
space:
mode:
authorFrederic Plourde <frederic.plourde@polymtl.ca>2008-07-17 13:56:22 -0700
committerVladimir Vukicevic <vladimir@sleet.vlad1.com>2008-07-17 13:56:22 -0700
commit5284f8cab488c12db0ff0b12a4485072138b8008 (patch)
tree4f05713fa29010e4bb357a6c447b5e8c796e4988 /perf/README
parentd61c7df1c0f9c69b0022c58efd001855551af7dd (diff)
downloadcairo-5284f8cab488c12db0ff0b12a4485072138b8008.tar.gz
[win32] Make cairo-perf-diff run on win32
Diffstat (limited to 'perf/README')
-rw-r--r--perf/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/perf/README b/perf/README
index d41142a4c..ca5f2a1cf 100644
--- a/perf/README
+++ b/perf/README
@@ -179,4 +179,25 @@ added:
above, three tests would be performed at sizes of 16x16, 32x32 and
64x64.
+How to run cairo-perf-diff on WINDOWS
+-------------------------------------
+This section explains the specifics of running cairo-perf-diff under
+win32 plateforms. It assumes that you have installed a UNIX-like shell
+environment such as MSYS (distributed as part of MinGW).
+
+ 1. From your Mingw32 window, be sure to have all of your MSVC environ-
+ ment variables set up for proper compilation using 'make'
+
+ 2. Add the %GitBaseDir%/Git/bin path to your environment, replacing the
+ %GitBaseDir% by whatever directory your Git version is installed to.
+
+ 3. Comment out the "UNSET CDPATH" line in the git-sh-setup script
+ (located inside the ...Git/bin directory) by putting a "#" at the
+ beginning of the line.
+
+you should be ready to go !
+
+From your mingw32 window, go to your cairo/perf directory and run the
+cairo-perf-diff script with the right arguments.
+
Thanks for your contributions and have fun with cairo!