Updated Build (markdown)

ennkp 2022-10-24 01:48:40 +05:30
parent eb5ba43293
commit 50d94881b6

@ -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. 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 ```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/ cp /mingw64/bin/libclang.dll /mingw64/bin/libstdc++-6.dll ~/ccls/Release/
``` ```