[cairo-commit] [cairo-www] src/building_cairo_with_jhbuild_on_win32.mdwn

Carl Worth cworth at freedesktop.org
Fri Nov 6 07:04:30 PST 2009


 src/building_cairo_with_jhbuild_on_win32.mdwn |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

New commits:
commit d0a082109150a41141d8ec2f7077cfca42458664
Author: ajohnson <ajohnson at web>
Date:   Fri Nov 6 07:04:30 2009 -0800

diff --git a/src/building_cairo_with_jhbuild_on_win32.mdwn b/src/building_cairo_with_jhbuild_on_win32.mdwn
new file mode 100644
index 0000000..c4021a9
--- /dev/null
+++ b/src/building_cairo_with_jhbuild_on_win32.mdwn
@@ -0,0 +1,26 @@
+[[!meta title="Building cairo with jhbuild on Win32"]]
+
+# Build Cairo
+
+Following [these instructions](http://afuera.me.uk/jhbuild-windows) to setup the mingw build environment.
+
+Then
+
+    jhbuild build cairo
+
+will download and build cairo and its dependencies from git master.
+
+# Some useful jhbuild commands
+
+Once the dependencies have been built, use the following command to only download and build cairo:
+
+    jhbuild buildone [-n] [-f] cairo
+
+-n option disables the update from git master. -f forces a rebuild.
+
+
+Use "jhbuild run" to run commands in the jhbuild enviroment. eg
+
+    jhbuild run make
+
+


More information about the cairo-commit mailing list