Release plugins alpha (#5288)

This commit is contained in:
Mm2PL
2024-05-06 17:03:17 +02:00
committed by GitHub
parent a43c4f371b
commit 321d881bfe
9 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ FreeBSD 13.0-CURRENT.
mkdir build
cd build
```
1. Generate build files
1. Generate build files. To enable Lua plugins in your build add `-DCHATTERINO_PLUGINS=ON` to this command.
```sh
cmake ..
```