From d6185e299fc73ae757aa3b4604b8ee264b9d4dd9 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 14 Jun 2017 16:59:54 +0200 Subject: [PATCH] chore(README.md): little fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ede04e43..d8426f0ee 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Here are the general instructions to build linphone for desktop. The specific in 1. Install some build tools: `CMake`, `Python` and `Qt5` (_5.8 or newer_). 2. It's necessary to set the environment variable `Qt5_DIR` to point to the path containing the cmake folders of Qt5. Example: -Qt5_DIR="~/Qt/5.9/gcc_64/lib/cmake/Qt5" + Qt5_DIR="~/Qt/5.9/gcc_64/lib/cmake/Qt5" 3. The `PATH` environment variable must point to the Qt5 directory `bin`. Example: -PATH="~/Qt/5.9/gcc_64/bin/:$PATH" + PATH="~/Qt/5.9/gcc_64/bin/:$PATH" -4. Prepare the build by running the prepare.py script. +4. Prepare the build by running the `prepare.py` script. 5. Build the project using the appropriate build tool (`make`, `ninja`, `Xcode`, `Visual Studio (2013 or 2015 version)`). ## Specific instructions for the GNU/Linux and Mac OS X platforms