add: compilation steps in readme

This commit is contained in:
2025-01-18 18:55:25 +01:00
parent 946b69941c
commit beb1ec0f60

View File

@@ -46,6 +46,11 @@ You need mingw32 and Visual Studio 2022's clang to compile the agent btw.<br>
* Plugins support * Plugins support
</details> </details>
# Compile
You need `make` and the `LLVM` toolchain on Windows to be able to compile.<br>
Then compile the server using VS2022 and build the payload from Laika's integrated build menu.
# Screenshots # Screenshots
![Alt text](Screenshots/main_menu.png "main menu") ![Alt text](Screenshots/main_menu.png "main menu")
![Alt text](Screenshots/builder.png "builder") ![Alt text](Screenshots/builder.png "builder")