[vlmc-devel] Re-write mac compilation how-to
Felix Paul Kühne
git at videolan.org
Thu Mar 3 17:37:38 CET 2016
vlmc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Mar 3 17:37:08 2016 +0100| [1824807102cbb6927fd4c9919e51f7be09d051f5] | committer: Felix Paul Kühne
Re-write mac compilation how-to
> https://code.videolan.org/videolan/vlmc/commit/1824807102cbb6927fd4c9919e51f7be09d051f5
---
INSTALL.macosx => INSTALL.macosx.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/INSTALL.macosx b/INSTALL.macosx.md
similarity index 57%
rename from INSTALL.macosx
rename to INSTALL.macosx.md
index bda4698..a797286 100644
--- a/INSTALL.macosx
+++ b/INSTALL.macosx.md
@@ -1,22 +1,22 @@
-Building VLMC on Mac OSX
-========================
+# Building VLMC on Mac OSX
-Dependencies:
+### Dependencies:
- Build tools: Xcode command-line tools
-- Qt framework >= 5.0 (brew install qt5)
+- homebrew
-Get the sources:
+### Get the sources:
git clone https://code.videolan.org/videolan/vlmc.git
-Building and Packaging
-======================
+## Building and Packaging
-Right now only Intel 32 bit Macs are supported.
+### Get the actual dependencies:
+* brew tap tomahawk-player/tomahawkqt5
+* brew install vlc
+* brew install qt4
+* brew install frei0r
-Get Contribs:
- cd contribs
- sh contribs-mac.sh
+### Compile vlmc:
Now cd to root source directory and build:
mkdir build && cd build
cmake ..
@@ -24,6 +24,6 @@ Now cd to root source directory and build:
This will by default create a Mac Bundle, vlmc.app in /build/bin
-To create a dmg image:
+### To create a dmg image:
Uncomment #dmg in /src/CMakeLists.txt, at the end of the file.
and follow the build process, the dmg will be created in /build/bin
More information about the Vlmc-devel
mailing list