From beb1ec0f603c672b2bfab0ea728d19d886686321 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Sat, 18 Jan 2025 18:55:25 +0100 Subject: [PATCH] add: compilation steps in readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index ea99662..7d3b769 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,11 @@ You need mingw32 and Visual Studio 2022's clang to compile the agent btw.
* Plugins support +# Compile +You need `make` and the `LLVM` toolchain on Windows to be able to compile.
+Then compile the server using VS2022 and build the payload from Laika's integrated build menu. + + # Screenshots ![Alt text](Screenshots/main_menu.png "main menu") ![Alt text](Screenshots/builder.png "builder")