From 8e14a71eb6aadf711ced64e57265b29293aebd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 4 Mar 2026 11:21:53 +0100 Subject: [PATCH] updated readme with new compile arguments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85157b2..24b9956 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,6 @@ Generate a visual studio 2026 solution and build from there: `cmake -G "Visual Studio 18 2026" -A x64` ## linux: -`cmake -B build -DCMAKE_BUILD_TYPE=Debug` +`cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON` +`ln -sf build/compile_commands.json compile_commands.json` `cmake --build build -j`