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
@@ -51,7 +51,7 @@ nix-shell -p openssl boost qt6.full pkg-config cmake
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 -DBUILD_WITH_QT6=ON -DBUILD_WITH_QTKEYCHAIN=OFF ..
```