From 67d321aa4a996646213ce32a2abafbac1e699365 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines Date: Thu, 3 Mar 2016 15:43:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c9f9a4c..9a658e39 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ sudo make install - You need Qt Creator, included in the Qt 5 SDK. - Install Xcode and run xcode-select --install in the terminal for the compiler to be available on the command line. - Install the [Qt 5 SDK for Mac OS](http://qt-project.org/downloads). -- Download [SDL 2](http://www.libsdl.org/download-2.0.php) source code. Then run this three commands .configure make sudo make install on the terminal. +- Download [SDL 2](http://www.libsdl.org/download-2.0.php) source code. Then run this three commands ./configure make sudo make install on the terminal. - Open the Gearboy Qt project and build. ### Linux @@ -90,7 +90,7 @@ sudo make install - In order to use OpenGL extensions I used GLEW dependencies (Ubuntu: sudo apt-get install libglew-dev). This is because of a [bug](http://stackoverflow.com/questions/11845230/glgenbuffers-crashes-in-release-build) in QGLFunctions. - Open the Gearsystem Netbeans project and build. - Alternatively you can use make -f nbproject/Makefile-Release.mk SUBPROJECTS= .build-conf to build the project. -- In Ubuntu 13.10 I had to export SDL_AUDIODRIVER=ALSA before running the emulator for the sound to work properly. +- In Ubuntu I had to export SDL_AUDIODRIVER=ALSA before running the emulator for the sound to work properly. Accuracy Tests --------------