mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-22 21:41:08 +01:00
Readme: Fix formatting
This commit is contained in:
parent
ddbce2861e
commit
4e2834b77c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CMake and Conan 2 are required to build Mikage.
|
||||||
* `mkdir build`
|
* `mkdir build`
|
||||||
* `cd build`
|
* `cd build`
|
||||||
* `conan install .. -of . --build=missing` (add `-s build_type=Debug` for Debug builds)
|
* `conan install .. -of . --build=missing` (add `-s build_type=Debug` for Debug builds)
|
||||||
* `cmake -DCMAKE_BUILD_TYPE=Release .. -G Ninja -DCMAKE_PREFIX_PATH=\`realpath .\``
|
* ``cmake -DCMAKE_BUILD_TYPE=Release .. -G Ninja -DCMAKE_PREFIX_PATH=`realpath .` ``
|
||||||
* `ninja`
|
* `ninja`
|
||||||
|
|
||||||
The Conan install may fail if the shaderc package cannot be found. In this case,
|
The Conan install may fail if the shaderc package cannot be found. In this case,
|
||||||
|
|
Loading…
Reference in a new issue