From ffd537158a44306ce509a2450b2f8622a4fda559 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 10 Oct 2014 14:51:04 -0700 Subject: [PATCH] More readme fixup --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d744d3c63..84ce94b14 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ QGroundControl builds are supported for OSX, Linux and Windows. See the individu ### Build on Mac OSX Supported builds are 64 bit, built using the clang compiler. -To build on Mac OSX (10.6 or later): -- - - #### Install SDL prerequisite 1. Download SDL 1.2 from: @@ -71,7 +69,7 @@ Supported builds for Linux are 32 or 64-bit, built using gcc. * For Fedora: `sudo yum install qt-creator qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtserialport-devel qt5-qtsvg-devel qt5-qtwebkit-devel SDL-devel SDL-static systemd-devel` * For Arch Linux: `pacman -Sy qtcreator qt5-base qt5-declarative qt5-serialport qt5-svg qt5-webkit` -#### [OPTIONAL]Install additional libraries +#### [Optional] Install additional libraries * For text-to-speech (espeak) * For Ubuntu: `sudo apt-get install espeak libespeak-dev` * For Fedora: `sudo yum install espeak espeak-devel` @@ -82,7 +80,7 @@ Supported builds for Linux are 32 or 64-bit, built using gcc. * For Arch Linux: `pacman -Sy openscenegraph` #### Build QGroundControl -1. Change directory to you 'qgroundcontrol' source directory. +1. Change directory to you `qgroundcontrol` source directory. 2. Run `qmake` 3. Run `make` @@ -90,7 +88,7 @@ Supported builds for Linux are 32 or 64-bit, built using gcc. Supported builds for Windows are 32 bit only built using Visual Studio 2013 or higher. #### Install OpenSLL prerequisite -Install OpenSSL from here: . Make sure to install VC redistributables first, then install the 32 bit v1.01i. +Install OpenSSL from here: . Make sure to install VC redistributables first, then install the 32 bit version v1.01i. #### Install Visual Studio Express 2013 Only compilation using Visual Studio 2013 is supported. Download and install Visual Studio Express Edition (free) from here: . Make sure you install the Windows Desktop version. @@ -102,19 +100,19 @@ Download Qt 5.3 from here: