mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Move Windows-specific installation instructions below the cross-platform section and mention Linux
This commit is contained in:
parent
826ef2c7f9
commit
428bacacfc
1 changed files with 8 additions and 9 deletions
17
README.md
17
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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue