Skip to content

Commit eb9564e

Browse files
committed
Add build prerequisites section to environment.rst
1 parent d1c32a8 commit eb9564e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/user_guide/environment.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Set Up Your Environment
22
========================
33

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+
.. code-block:: bash
17+
brew update
18+
brew install cmake
19+
420
Code Style Analysis
521
--------------------
622
Please follow the `Google C++ Style Guide <https://google.github.io/styleguide/cppguide.html>`_.

0 commit comments

Comments
 (0)