소스 검색

Fix build instructions when using system Qt

If QTROOT is omitted, we always download it automatically. You have to
set it to /usr. This is actually untested, but should work.
Vincent Lang 8 년 전
부모
커밋
5e7f31a458
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -91,7 +91,7 @@ Assuming that everything else has installed correctly, building Plex Media Playe
 
 You should now be able to start PMP as ``plexmediaplayer`` from the terminal.
 
-If you use your distro's Qt, omit the `-DQTROOT` argument.
+If you use your distro's Qt, use `-DQTROOT=/usr` or similar.
 
 Normally, the Ninja generator (via ``-GNinja``) is preferred, but cmake + ninja support appears to be broken on Ubuntu 16.04.