README.md: Add "sh" to code blocks.
This commit is contained in:
parent
9c4c6152c9
commit
d57d01c4b4
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ This project uses [cmake](https://cmake.org) build system
|
||||||
(Version 3.15 or greater) to compile the engine.
|
(Version 3.15 or greater) to compile the engine.
|
||||||
|
|
||||||
### Linux with make.
|
### Linux with make.
|
||||||
```
|
```sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake .. -G "Unix Makefiles"
|
$ cmake .. -G "Unix Makefiles"
|
||||||
|
|
@ -16,7 +16,7 @@ $ make
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows using NMake
|
### Windows using NMake
|
||||||
```
|
```sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake .. -G "NMake Makefiles"
|
$ cmake .. -G "NMake Makefiles"
|
||||||
|
|
@ -25,7 +25,7 @@ $ nmake
|
||||||
|
|
||||||
### Or the best way (in my opinion)
|
### Or the best way (in my opinion)
|
||||||
install [Ninja](https://ninja-build.org) and run
|
install [Ninja](https://ninja-build.org) and run
|
||||||
```
|
```sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake .. -G Ninja
|
$ cmake .. -G Ninja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue