Lines Matching full:studio
214 - Microsoft [Visual Studio](https://www.visualstudio.com/)
226 - Some IDEs (e.g., [Visual Studio](https://www.visualstudio.com/),
230 ### Windows Build - Microsoft Visual Studio
232 The general approach is to run CMake to generate the Visual Studio project
234 command line or use the Visual Studio IDE to open the generated solution and
246 The above commands instruct CMake to find and use the default Visual Studio
247 installation to generate a Visual Studio solution and projects for the x64
253 #### Use `CMake` to Create the Visual Studio Project Files argument
256 create a build directory and generate the Visual Studio project files:
270 If a generator for a specific version of Visual Studio is required, you can
271 specify it for Visual Studio 2015, for example, with:
273 64-bit: -G "Visual Studio 14 2015 Win64"
274 32-bit: -G "Visual Studio 14 2015"
276 See this [list](#cmake-visual-studio-generators) of other possible generators
277 for Visual Studio.
297 generated solution with Visual Studio.
311 #### Build the Solution With Visual Studio argument
313 Launch Visual Studio and open the "Vulkan-ValidationLayers.sln" solution file
333 or build the `INSTALL` target from the Visual Studio solution explorer.
371 #### CMake Visual Studio Generators
373 The chosen generator should match one of the Visual Studio versions that you
374 have installed. Generator strings that correspond to versions of Visual Studio
379 | Microsoft Visual Studio 2013 | "Visual Studio 12 2013 Win64" | "Visual Studio 12 2013" |
380 | Microsoft Visual Studio 2015 | "Visual Studio 14 2015 Win64" | "Visual Studio 14 2015" |
381 | Microsoft Visual Studio 2017 | "Visual Studio 15 2017 Win64" | "Visual Studio 15 2017" |
588 - Install [Android Studio 2.3](https://developer.android.com/studio/index.html)
590 - From the "Welcome to Android Studio" splash screen, add the following
601 version, as Android Studio will roll it forward fairly regularly.
625 Android Studio install or in your Java installation. If you do not have Java,