From 428bacacfc8b8ee22644abf278300cd9e2e97b67 Mon Sep 17 00:00:00 2001 From: fwcd Date: Fri, 5 Apr 2019 14:41:56 +0200 Subject: [PATCH] Move Windows-specific installation instructions below the cross-platform section and mention Linux --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 46181c37..d8af5f2e 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,6 @@ Calculator ships regularly with new features and bug fixes. You can get the late ## Getting started -### On macOS -Prerequisites: -- CMake -- macOS - -- Create a new directory named `cmake_build` in the repository folder -- Run `cmake .. -GXcode` from `cmake_build` -- Run `cmake --build cmake_build` from the repository folder to build the project - ### On Windows Prerequisites: - Your computer must be running Windows 10, version 1803 or newer. @@ -47,6 +38,14 @@ Prerequisites: - Open [src\Calculator.sln](/src/Calculator.sln) in Visual Studio to build and run the Calculator app. - For a general description of the Calculator project architecture see [ApplicationArchitecture.md](docs/ApplicationArchitecture.md). +### On macOS/Linux +Prerequisites: +- CMake 3.8 or newer + +- Create a new directory named `cmake_build` in the repository folder +- Run `cmake ..` from `cmake_build` +- Run `cmake --build cmake_build` from the repository folder to build the project + ## Contributing Want to contribute? The team encourages community feedback and contributions. Please follow our [contributing guidelines](CONTRIBUTING.md).