Specify to load submodules for both win and mac
This commit is contained in:
parent
c0b9a11c5d
commit
73c7a7f8bb
12
INSTALL
12
INSTALL
@ -1,16 +1,15 @@
|
||||
Compilation instructions! Temporary quick compilation instructions!
|
||||
Will give better instructions later when things are in a more complete state.
|
||||
|
||||
|
||||
Windows:
|
||||
- Load git submodules (required):
|
||||
git submodule init && git submodule update
|
||||
|
||||
- NOTE: OBS on windows currently requires VS2013, as obs-studio uses C99 and
|
||||
C++11. Express might not be supported at this time (though I'll fix it at
|
||||
some point).
|
||||
|
||||
- Clone the repo. After cloning, run the following git commands:
|
||||
git submodule init
|
||||
git submodule update
|
||||
which will download submodules.
|
||||
|
||||
- Download (or build) development packages of FFmpeg, x264, Qt5.
|
||||
|
||||
- Download windows version of cmake from: http://www.cmake.org/
|
||||
@ -72,6 +71,9 @@ Windows:
|
||||
|
||||
|
||||
Mac OSX
|
||||
- Load git submodules (required):
|
||||
git submodule init && git submodule update
|
||||
|
||||
- Use macports or homebrew and install FFmpeg, x264, Qt5, and cmake.
|
||||
|
||||
NOTE: Qt5 can also be downloaded/installed via the Qt website, though keep
|
||||
|
Loading…
x
Reference in New Issue
Block a user