We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9075b5 commit 2541066Copy full SHA for 2541066
README.md
@@ -70,8 +70,13 @@ See [node-glob](https://github.com/isaacs/node-glob) for globbing semantics.
70
71
For Linux, compile a statically linked MinSizeRel build:
72
73
- cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=true ..
+ git clone --depth=1 https://github.com/llvm/llvm-project.git
74
+ cd llvm-project
75
+ mkdir build
76
+ cd build
77
+ cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_BUILD_STATIC=true -DLLVM_ENABLE_PROJECTS=clang ../llvm
78
ninja clang-format
79
+ strip bin/clang-format
80
81
For Mac OS X, static linking is not required.
82
0 commit comments