Skip to content

Commit 1bd641c

Browse files
committed
Updated docs with minimum required version of Visual Studio.
1 parent 4d53b55 commit 1bd641c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Supported compilers:
6060

6161
* Clang 11 and above
6262
* GCC 11 and above
63-
* VS2019 and above
63+
* VS2022 and above
6464
* Apple clang 12 and above
6565

6666
Languages:

docs/build.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Generate Visual Studio 2019 project files:
3131

3232
::
3333

34-
..\bx\tools\bin\windows\genie --with-examples vs2019
34+
..\bx\tools\bin\windows\genie --with-examples vs2022
3535

3636
Open bgfx solution in Visual Studio 2019:
3737

3838
::
3939

40-
start .build\projects\vs2019\bgfx.sln
40+
start .build\projects\vs2022\bgfx.sln
4141

4242
.. note:: For more detailed prerequisites and build steps on other platforms see below.
4343

@@ -165,13 +165,13 @@ Visual Studio 2019 command line:
165165

166166
::
167167

168-
make vs2019-release64
168+
make vs2022-release64
169169

170170
Visual Studio 2019 IDE:
171171

172172
::
173173

174-
start .build/projects/vs2019/bgfx.sln
174+
start .build/projects/vs2022/bgfx.sln
175175

176176
macOS
177177
~~~~~
@@ -216,7 +216,7 @@ WinRT / UWP
216216

217217
::
218218

219-
..\bx\tools\bin\windows\genie --vs=winstore100 vs2019
219+
..\bx\tools\bin\windows\genie --vs=winstore100 vs2022
220220

221221
For more options, see `General (directly with GENie) <#general-directly-with-genie>`_.
222222
Build the resulting solution and deploy to device.
@@ -241,7 +241,7 @@ To build bgfx project files for tools, use ``--with-tools`` option:
241241

242242
::
243243

244-
..\bx\tools\bin\windows\genie --with-tools vs2019
244+
..\bx\tools\bin\windows\genie --with-tools vs2022
245245

246246

247247
Alternative build systems

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Supported Compilers
4747

4848
- Clang 11 and above
4949
- GCC 11 and above
50-
- VS2019 and above
50+
- VS2022 and above
5151
- Apple clang 12 and above
5252

5353
Supported Languages

0 commit comments

Comments
 (0)