[vlmc-devel] commit: INSTALL: Updated information for Mac OSX (Rohit Yadav )

git at videolan.org git at videolan.org
Wed Nov 10 19:37:00 CET 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Nov 11 00:33:14 2010 +0100| [ffe2e316ab937d2c780e8f6f6ef84f7c0e652821] | committer: Rohit Yadav 

INSTALL: Updated information for Mac OSX

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ffe2e316ab937d2c780e8f6f6ef84f7c0e652821
---

 INSTALL.macosx |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/INSTALL.macosx b/INSTALL.macosx
index f805bb3..f04d3f5 100644
--- a/INSTALL.macosx
+++ b/INSTALL.macosx
@@ -1,23 +1,23 @@
-Building VLMC on 
+Building VLMC on Mac OSX
+========================
 
-Dependencies
-============
+Dependencies:
+- Build tools: g++, make, cmake etc.
+- Qt framework >= 4.6.0
 
-- Latest VLC Contribs
-- Qt framework >= 4.5.0
+Get the sources:
+  git clone git://git.videolan.org/vlmc.git
 
-Get the sources
-===============
+Building and Packaging
+======================
 
-  $git clone git://git.videolan.org/vlmc.git
+Right now only Intel 32 bit Macs are supported.
 
-Building and Packaging on Mac OS
-================================
+Get Contribs:
+ cd contribs
+ sh contribs-mac.sh
 
-Download and unzip (libVLC) contribs for Mac OSX (i386), in /contribs from:
-  http://rohityadav.in/projects/videolan/vlmc/contribs/
-
-On Mac OS:
+Now cd to root source directory and build:
   mkdir build && cd build
   cmake ..
   make



More information about the Vlmc-devel mailing list