1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Enable rule to enforce specifying language for code blocks

This commit is contained in:
Ivan Savenko
2024-12-05 20:39:29 +00:00
parent 7543635847
commit 53d4afdae5
16 changed files with 41 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
Clone <https://github.com/vcmi/vcmi> with submodules. Example for command line:
```
```sh
git clone --recurse-submodules https://github.com/vcmi/vcmi.git
```
@@ -36,9 +36,8 @@ There're a few [CMake presets](https://cmake.org/cmake/help/latest/manual/cmake-
Open terminal and `cd` to the directory with source code. Configuration example for device with Conan:
```
cmake --preset ios-device-conan \
-D BUNDLE_IDENTIFIER_PREFIX=com.MY-NAME
```sh
cmake --preset ios-device-conan -D BUNDLE_IDENTIFIER_PREFIX=com.MY-NAME
```
By default build directory containing Xcode project will appear at `../build-ios-device-conan`, but you can change it with `-B` option.
@@ -61,7 +60,7 @@ You must also install game files, see [Installation on iOS](../players/Installat
### From command line
```
```sh
cmake --build <path to build directory> --target vcmiclient -- -quiet
```