From 10f1c5fc450ebda0f552f5324bd68518ef764bb0 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 25 Aug 2014 15:49:27 -0700 Subject: [PATCH] Use qt5 instead of qt4 on OS X --- OSX-Build.md => OS-X-Build.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename OSX-Build.md => OS-X-Build.md (79%) diff --git a/OSX-Build.md b/OS-X-Build.md similarity index 79% rename from OSX-Build.md rename to OS-X-Build.md index d352d8a..b30051d 100644 --- a/OSX-Build.md +++ b/OS-X-Build.md @@ -1,5 +1,3 @@ -#### NOTE: WHILE OSX BUILDS WILL COMPILE, NO IMAGE WILL SHOW UPON LOADING A FILE! - ### Dependencies: It's recommended that you use [homebrew](https://brew.sh) to install dependencies. @@ -8,8 +6,7 @@ You'll need to download and install the following to build Citra: * [GLEW](http://glew.sourceforge.net/) (`brew install glew`) * [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`) * [GLFW](http://www.glfw.org/download.html) (`brew tap homebrew/versions`, `brew install glfw3`) -* [Qt4](http://qt-project.org/downloads) (`brew install qt`) - * Note... Qt5 will be supported soon +* [Qt5](http://qt-project.org/downloads) (`brew install qt5`) * [CMake](http://www.cmake.org/) (`brew install cmake`) #### Building GLFW from source: @@ -32,7 +29,7 @@ mkdir build cd build cmake .. -GXcode ``` -Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable Qt4 GUI). +Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable Qt GUI). #### Building with debug symbols: