mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-24 08:35:08 +00:00
Updated Build (markdown)
parent
eb5ba43293
commit
50d94881b6
3
Build.md
3
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/
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user