Skip to content

Commit

Permalink
Less ambiguous compilation requirements, included VS2022's usability
Browse files Browse the repository at this point in the history
  • Loading branch information
nooodles-ahh committed Jul 31, 2023
1 parent 169840f commit 0e38fda
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ And you can also give us suggestions for fixes and features that you'd like to s
Source Modding Community server, which you can join [here](https://discord.gg/BD6WpY5).

# Requirements
To be able to use Source 2013 CE you will need to download:
* Visual Studio 2019
* Multibyte MFC Library for Visual Studio 2019
* Windows SDK 10.0.22000.0
To be able to use Source 2013 CE you will need to download **Visual Studio 2019** and install:
* MSVC v142 - VS 2019 C++ x64/x86 build tools
* C++ MFC Library for latest v142 build tools (x86 and x64)
* Windows 11 SDK (10.0.22000.0)

As of July 2023, CE has been tested on Visual Studio 2022 with the latest versions of the requirements listed above. So if desired you can use that instead.

# Contributing
We appreciate any form of help so ideally if you want to help this project out the best way would be to make a pull request.
Expand Down

0 comments on commit 0e38fda

Please sign in to comment.