From 73c7a7f8bbf574015fb3bc6fec5ca3d6ebdc8f65 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 14 Feb 2015 12:10:52 -0800 Subject: [PATCH] Specify to load submodules for both win and mac --- INSTALL | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 9b1f8d26c..074011332 100644 --- a/INSTALL +++ b/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