From 6f8fb60fd43450319e71ed948619a65e6b2c8ce6 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 18 Jan 2024 19:33:06 +0100 Subject: [PATCH] Added the commands to the readme on how to generate a compiledb. (Temporary, quick and dirty solution.) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1b984e..94a32e4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ Update classes in SFWL\ Make sure everything works on Windows and OSX\ Release + +## CompileDB + +python -m venv venv\ +. ./venv/bin/activate\ +pip install compiledb\ +compiledb make