• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[VIDEOTUTORIAL] Changing enviroment system variables to use older versions of vcpkg

ralke

(҂ ͠❛ ෴ ͡❛)ᕤ
Joined
Dec 17, 2011
Messages
1,577
Solutions
28
Reaction score
899
Location
Santiago - Chile
GitHub
ralke23
Twitch
ralke23
Hi guys, here's a very quick tutorial of how to install older versions of vcpkg. At this tutorial I provide a link to an old vcpkg used to compile nekiro downgrade server, and all their forks (which haven't updated includes), basically it shows how to set-up a vcpkg that is not git cloned. It is very simple, as soon we get our vcpkg folder downloaded, we use ./vcpkg integrate install to settle everything automatically at msvc.

Then we go to Enviroment System Variables to set-up the rest. We create a variable called VCPKG_ROOT and we link the requested folder to our vcpkg folder. This video was recorded on AnyDesk session with users @3alola1 and @abdala ragab. I will not post the direct link to the vcpkg used on this video, but it is on video's description or at the description of GitHub - ralke23/Greed-TFS-1.5-Downgrades at 8.60 (https://github.com/ralke23/Greed-TFS-1.5-Downgrades/tree/8.60)


Regards!
 
Last edited:
Back
Top