Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Dec 27, 2023
1 parent 88d6716 commit 92e6fc5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
<summary>Windows 10+</summary>
<ul>
<details>
<summary>(CL - Default compiler)</summary>
<summary>MSVC CL (default compiler)</summary>
<ul>
<li>Download Visual Studio 2022 (Community or other edition)</li>
<li>Download CMake 3.15+ (https://cmake.org/download/)</li>
Expand All @@ -62,7 +62,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
</ul>
</details>
<details>
<summary>10+ (CL - 32 bit)</summary>
<summary>MSVC CL - 32 bit</summary>
<ul>
<li>Download Visual Studio 2022 (Community or other edition)</li>
<li>Download CMake 3.15+ (https://cmake.org/download/)</li>
Expand All @@ -72,7 +72,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
</ul>
</details>
<details>
<summary>(Clang compiler)</summary>
<summary>MSVC Clang compiler</summary>
<ul>
<li>Download Visual Studio 2022 (Community or other edition)</li>
<li>Make sure to install "C++ Clang Compiler for Windows 11.0.0+" and "C++ Clang-cl for v142+ build tools (x64/x86)" using the Visual Studio Installer</li>
Expand All @@ -83,7 +83,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
</ul>
</details>
<details>
<summary>(Universal Windows Platform)</summary>
<summary>MSVC Universal Windows Platform</summary>
<ul>
<li>Download Visual Studio 2022+ (Community or other edition)</li>
<li>Make sure to install "Universal Windows Platform development" using the Visual Studio Installer</li>
Expand All @@ -94,7 +94,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
</ul>
</details>
<details>
<summary>(MinGW)</summary>
<summary>MinGW</summary>
<ul>
<li>Follow download instructions for MSYS2 (https://www.msys2.org/)</li>
<li>From the MSYS2 MSYS app run: pacman -S --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake</li>
Expand All @@ -110,7 +110,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
<summary>Linux</summary>
<ul>
<details>
<summary>(Debian flavor, x64 or ARM64)</summary>
<summary>Debian flavor, x64 or ARM64</summary>
<ul>
<li>Install clang (apt-get install clang)</li>
<li>Install cmake (apt-get install cmake)</li>
Expand All @@ -120,7 +120,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
</ul>
</details>
<details>
<summary>(Debian flavor, MinGW Cross Compile)</summary>
<summary>Debian flavor, MinGW Cross Compile</summary>
<ul>
<li>This setup can be used to run samples on Linux using wine and vkd3d. Tested on Ubuntu 22.04</li>
<li>Graphics card must support Vulkan and related drivers must be installed</li>
Expand Down

0 comments on commit 92e6fc5

Please sign in to comment.