readme: fix mangled merge — close build code block, drop stray fence
This commit is contained in:
parent
8dd80385cc
commit
0caad85804
1 changed files with 4 additions and 5 deletions
|
|
@ -52,11 +52,6 @@ guarantees. Bugs happen. Use at your own risk.
|
||||||
PRs welcome but not promised to merge — this is opinionated by
|
PRs welcome but not promised to merge — this is opinionated by
|
||||||
design.
|
design.
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
|
|
||||||
platforms on every tag.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
@ -78,6 +73,10 @@ sudo apt install cmake g++ ninja-build extra-cmake-modules \
|
||||||
JAVA_HOME=/path/to/jdk-21 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
JAVA_HOME=/path/to/jdk-21 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build build -j$(nproc)
|
cmake --build build -j$(nproc)
|
||||||
./build/prismlauncher
|
./build/prismlauncher
|
||||||
|
```
|
||||||
|
|
||||||
|
CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
|
||||||
|
platforms on every tag.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue