Skip to content
Snippets Groups Projects
Commit fad57537 authored by Palana's avatar Palana
Browse files

Update INSTALL for OSX 10.8

parent cabc47c1
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,16 @@ Mac OSX
in mind that you will have to set the QTDIR environment variable to the
Qt5 build base directory.
- Make sure to have the OSX 10.9 or newer SDK installed (comes with recent
versions of Xcode)
- In a terminal, go to the obs-studio directory create a 'build' sub
directory and change to it, then to build, type: cmake .. && make
directory and change to it, then to build, type:
- on OSX 10.9 or newer:
cmake .. && make
- on OSX 10.8:
MACOSX_DEPLOYMENT_TARGET=10.8 cmake -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/ .. && make
- It builds in a modular structure by default. To run it via terminal, go to
build/rundir/RelWithDebInfo/bin, then type ./obs to run.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment