소스 검색

Add step to install ninja on Mac OS X

Plex-CLA-1.0-signed-off-by: Viranch Mehta <email@viranch.me>
Viranch Mehta 8 년 전
부모
커밋
12c41f9f9d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -13,6 +13,8 @@ Configure
 
 If you're happy just building from the command line then run CMake for the ninja build tool:
 
+* Install nina with homebrew:
+  * ``brew install ninja``
 * Install mpv and other dependencies with homebrew:
   * ``brew install mpv --with-shared --HEAD``
 * ``mkdir build ; cd build``