We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c32a8 commit eb9564eCopy full SHA for eb9564e
1 file changed
docs/user_guide/environment.rst
@@ -1,6 +1,22 @@
1
Set Up Your Environment
2
========================
3
4
+Build prerequisites
5
+-------------------
6
+- **Windows**: Download and install CMake from https://cmake.org/download (select the Windows installer) or install using Chocolatey:
7
+ .. code-block:: powershell
8
+ choco install cmake
9
+
10
+- **Linux (Ubuntu/Debian)**: Install using package manager:
11
+ .. code-block:: bash
12
+ sudo apt update
13
+ sudo apt install -y cmake
14
15
+- **macOS**: Install using Homebrew:
16
17
+ brew update
18
+ brew install cmake
19
20
Code Style Analysis
21
--------------------
22
Please follow the `Google C++ Style Guide <https://google.github.io/styleguide/cppguide.html>`_.
0 commit comments