summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2009-07-24 10:33:47 +0200
committerJulien Isorce <julien.isorce@gmail.com>2009-07-24 10:33:47 +0200
commit308932f4da59396f444d06a0afad3c5fd16079d9 (patch)
treeb4392913b5b71ec3c45f8dfaa8e94bdf059077f0 /INSTALL
parentdb69e930c5ef485f6ba16dd79af8e2da71a617ce (diff)
make the cmake build work on MacOSX
We can now generate a Xcode project (or Unix Makfiles), see INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 12d83b5..28c78b0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -120,6 +120,28 @@ KDevelop3,
KDevelop3 - Unix Makefiles
etc...)
+------------------
+* cmake on MacOSX:
+------------------
+
+-Unix Makefiles:
+cd gst-plugins-gl
+cd ..
+mkdir unix
+cd unix
+cmake -G "Unix Makefiles" ../gst-plugins-gl
+make
+result is gst/gl/libgstopengl.so
+
+-Xcode:
+cd gst-plugins-gl
+cd ..
+mkdir xcode
+cd xcode
+cmake -G Xcode ../gst-plugins-gl
+Open GST-PLUGINS-GL.xcode
+result is gst/gl/Debug/libgstopengl.so
+
Unix frozen builds: autotools or unix/codeblocks
================================================