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
@@ -20,7 +20,7 @@ Local dev machines for testing are available on Apple Silicon on macOS 13.
1. Go to the project directory where you cloned Chatterino2 & its submodules
1. Create a build directory and go into it:
`mkdir build && cd build`
1. Run CMake:
1. Run CMake. To enable Lua plugins in your build add `-DCHATTERINO_PLUGINS=ON` to this command.
`cmake -DCMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5 -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@1.1 ..`
1. Build:
`make`