1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

Update readme to reference vsconfig files

This commit is contained in:
OJ 2020-04-21 20:18:04 +10:00
parent 429c5f4bd8
commit fda53ff14b
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

@ -48,6 +48,8 @@ If you don't have an installation ready, follow these steps:
choco install visualstudio2019community -y --package-parameters "--config Path\To\Your\.vsconfig"
```
Note: A copy of this file is located in this repository under `c/meterpreter/vs-config/vs2019.vsconfig`.
### VS 2017
Building with VS2017 works with any version, including community. If you have an installation already, just make sure you have the following extra bits installed:
@ -78,6 +80,8 @@ If you don't have an installation ready, follow these steps:
choco install visualstudio2017community -y --package-parameters "--config Path\To\Your\.vsconfig"
```
Note: A copy of this file is located in this repository under `c/meterpreter/vs-config/vs2017.vsconfig`.
### VS 2013
Download and install the `Visual Studio Express 2013 for Windows Desktop` edition. It is important that you use _this exact version_. To do this with Chocolatey, run the following: