Created
March 11, 2019 08:52
-
-
Save ROCKTAKEY/08950df5b651cc7279c12970c92717f6 to your computer and use it in GitHub Desktop.
Build ccls in Windows with MSYS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you.