Skip to content

Instantly share code, notes, and snippets.

@ROCKTAKEY
Created March 11, 2019 08:52
Show Gist options
  • Save ROCKTAKEY/08950df5b651cc7279c12970c92717f6 to your computer and use it in GitHub Desktop.
Save ROCKTAKEY/08950df5b651cc7279c12970c92717f6 to your computer and use it in GitHub Desktop.
Build ccls in Windows with MSYS.
git clone https://github.com/MaskRay/ccls/ --recursive
cd ccls
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -G "MSYS Makefiles" -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS
cmake --build Release
@Omar122
Copy link

Omar122 commented Dec 21, 2024

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment