read me update

This commit is contained in:
2025-02-22 23:23:01 +03:00
parent 900501f37e
commit d9684ff73f

View File

@@ -51,7 +51,7 @@ For detailed commands on installing different versions and more information, ple
3. Build the project using CMake: 3. Build the project using CMake:
``` ```
cmake --preset windows-release -S . cmake --preset windows-release -S .
cmake --build cmake-build/build/windows-release --target server -j 6 cmake --build cmake-build/build/windows-release --target omath -j 6
``` ```
Use **\<platform\>-\<build configuration\>** preset to build siutable version for yourself. Like **windows-release** or **linux-release**. Use **\<platform\>-\<build configuration\>** preset to build siutable version for yourself. Like **windows-release** or **linux-release**.
## ❔ Usage ## ❔ Usage