Browse Source

Updated build instructions a bit

Tobias Hieta 8 năm trước cách đây
mục cha
commit
63ea026bd1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -5,6 +5,7 @@ You need:
 * Qt 5.6 (on OSX and windows it will be automatically downloaded when you run CMake)
 * cmake 3.1 or newer
 * ninja is recommended for building
+* FFmpeg 3.x and mpv from github
 
 ## Building on Mac OS X
 
@@ -12,6 +13,8 @@ Configure
 
 If you're happy just building from the command line then run CMake for the ninja build tool:
 
+* Install mpv and other dependencies with homebrew:
+  * ``brew install mpv --with-shared --HEAD``
 * ``mkdir build ; cd build``
 * ``cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=output ..``