From 90006666f8b8a2deba236a9cfe27ca2f8de77d2e Mon Sep 17 00:00:00 2001 From: bumbread Date: Sat, 30 Jul 2022 13:11:30 +1100 Subject: [PATCH] Update usage --- readme | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme b/readme index 8f4b7bd..d5743d8 100644 --- a/readme +++ b/readme @@ -32,7 +32,10 @@ PLATFORM SUPPORT - x86-64 USAGE - (TODO) + For clang users: add the following flags to your compilation command: + -I -nostdlib -mfma + Don't forget to link to the following libraries: + -lciabatta.lib -luser32 -lkernel32 -lDbgHelp -lshell32 CONTRIBUTING Pull requests are always welcome.