]> granicus.if.org Git - clang/blob - tools/clang-format-vs/README.txt
b23355d0cebcc64dde4f7cc653c9ea868249e15c
[clang] / tools / clang-format-vs / README.txt
1 This directory contains a VSPackage project to generate a Visual Studio extension\r
2 for clang-format.\r
3 \r
4 Build prerequisites are:\r
5 - Visual Studio 2013 Professional\r
6 - Visual Studio 2013 SDK\r
7 - Visual Studio 2010 Professional (?)\r
8 - Visual Studio 2010 SDK (?)\r
9 \r
10 The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON\r
11 when configuring a Clang build, and building the clang_format_vsix target.\r
12 \r
13 The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/\r
14 directory so they can be bundled with the plug-in, as well as creating\r
15 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with\r
16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual\r
17 Studio.\r