Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obs-studio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yunxiang Li
obs-studio
Commits
fad57537
Commit
fad57537
authored
10 years ago
by
Palana
Browse files
Options
Downloads
Patches
Plain Diff
Update INSTALL for OSX 10.8
parent
cabc47c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+9
-1
9 additions, 1 deletion
INSTALL
with
9 additions
and
1 deletion
INSTALL
+
9
−
1
View file @
fad57537
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment