mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-25 00:41:40 +00:00
* We commit statically linked x64 binaries for clang-format-15 for windows and linux to make the transition easier for anyone running a linux distro that doesn't yet support llvm 15, or in future for distros that drop support for it.
9 lines
228 B
Markdown
9 lines
228 B
Markdown
# Building static clang-format
|
|
|
|
The docker script will build and static link clang-format to make a portable static linked binary.
|
|
|
|
```
|
|
docker run --rm -v $(pwd):/script:ro -v $(pwd):/out ubuntu:jammy bash /script/build.sh
|
|
```
|
|
|