From 50d94881b6e06db9a656fe23282a99f41d8ed20b Mon Sep 17 00:00:00 2001 From: ennkp <62412495+ennkp@users.noreply.github.com> Date: Mon, 24 Oct 2022 01:48:40 +0530 Subject: [PATCH] Updated Build (markdown) --- Build.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build.md b/Build.md index d539667..a80ade6 100644 --- a/Build.md +++ b/Build.md @@ -300,10 +300,9 @@ Try running `ccls.exe` once the above command finishes. If you encounter `Entry Point Not Found` errors, it's most likely due to missing clang/stdc++ lib files. -Get a copy of `libclang.dll` and `libstdc++xx.dll` (xx is the version no.) from your `mingw64/bin/` and place them in your `ccls.exe` directory. +Get a copy of `libclang.dll` and `libstdc++-6.dll` from your `mingw64/bin/` and place them in your `ccls.exe` directory. ```sh -# Be sure to change libstdc++ version to the one you have in your mingw64/bin/ path cp /mingw64/bin/libclang.dll /mingw64/bin/libstdc++-6.dll ~/ccls/Release/ ```