How to install and set up vcpkg C++ package manager on WSL

Channel:
Subscribers:
23,000
Published on ● Video Link: https://www.youtube.com/watch?v=USgNdPMZunc



Duration: 1:27
210 views
7


As mentioned in the video, here are the commands necessary to make vcpkg work on a fresh WSL installation. Note that some of these may not be necessary depending on the ports you're trying to install. Of course the following list of package installations is not complete (or more than necessary) depending on your needs.

pwd
sudo apt-get install zip
sudo apt-get install pkg-config
sudo apt-get install g++
From here, the commands are optional depending on your vcpkg port installations
sudo apt install python3-jinja2
sudo apt-get install bison
sudo apt install libx11-xcb-dev
sudo apt install libxext-dev
sudo apt install libxrender-dev
sudo apt install libxrandr-dev
sudo apt install libxi-dev
sudo apt-get install autoconf automake autoconf-archive
sudo apt-get install libtool
...
Actual vcpkg setup commands
git clone https://github.com/microsoft/vcpkg
cd vcpkg
./bootstrap-vcpkg.sh
sudo ./vcpkg install tbb:x64-linux
sudo ./vcpkg install lua:x64-linux
Any other ports you may need
...

Happy C++ programming.

"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."

Check out my Linktree: https://linktr.ee/bullywiiplaza
Music by NoCopyrightSounds:    / @nocopyrightsounds  
Buy my gameplay recording device*: https://amzn.to/2AcKBIH
Buy my current laptop*: https://amzn.to/4bmcJFO
Buy my current headset*: https://amz.run/656j
Subscribe to my YouTube channel: http://bit.ly/1Xk00Zc

The above links marked with a star (*) are affiliate links which you can purchase with to support the channel at no extra cost to you.




Other Videos By BullyWiiPlaza


2024-05-03Editing Contest: How JMaster Duel Bot helped with the Grind 👌😉
2024-05-02Editing Contest: Duel Links is a grindy mess of a game (and how to partially fix it) 💳😫
2024-05-01Why I switched from VEGAS Pro to Adobe Premiere Pro 🤷‍♂️👌
2024-04-30Official Mastercard Cashback Deal! +25 EUR per Card till June 30th 2024! 💶💶 [Germany only]
2024-04-29[Yu-Gi-Oh! Duel Links] How to unlock Dennis McField (Playing as Dennis McField) 😉🙌
2024-04-28How to bypass the Seeking Alpha Article Paywall [2024]
2024-04-26Imagine donating not just to e-girls but also to an AI girlfriend chat bot... 🤷‍♂️🤦‍♂️
2024-04-24[Yu-Gi-Oh! Duel Links] Full JDuel Links Bot Installation Tutorial [2024]
2024-04-23[Yu-Gi-Oh Master Duel] Nifroth playing against JMasterDuelBot and loses 😂🤷‍♂️
2024-04-22[Yu-Gi-Oh! Master Duel] Looks like KONAMI started Shadow Banning... 😒🤦‍♂️
2024-04-21How to install and set up vcpkg C++ package manager on WSL
2024-04-20[Yu-Gi-Oh! Master Duel] Duel Triangle Fusion/Synchro/Xyz Farming Bot
2024-04-12McDonald's Yu-Gi-Oh! x Hello Kitty Happy Meal in 2024 🤣🤣🤣
2024-04-06[Yu-Gi-Oh! Duel Links] PvP Matchmaking Spoofer Decks! Lunalight, Suship, Shaddoll 🙌👌
2024-03-30[Yu-Gi-Oh! Duel Links] More *FREE* PvP Decks! Matchmaking Spoofer Yosenju, Gandora, Red Dragon! 😳✨😁
2024-03-29[Yu-Gi-Oh! Duel Links] New *FREE* Matchmaking Spoofer PvP Decks! Evil Twins, Shiranui, PKs 😳😋👌
2024-03-28[Yu-Gi-Oh! Master Duel] Exodia Magical Library FTK, good Bot Candidate? 👌😋
2024-03-27[Yu-Gi-Oh! Duel Links] Red-Eyes Zombie Dragon Lord Best Deck? 🤔🙄
2024-03-26[Yu-Gi-Oh! Duel Links] Duelist Road: Hope for the Future Farming Bot 😋👌
2024-03-24[Yu-Gi-Oh! Master Duel] Utopia FTK Deck, new useful Duel Bot? 🤔😆
2024-03-22[Yu-Gi-Oh! Master Duel] KONAMI organizes an AI Tournament, guess who's joining?! 😂😁💡



Tags:
WSL
C++
Linux
Ports
vcpkg
Package Manager
Programming
Terminal
Commands
sudo apt-get
sudo apt-get install
sudo
WSL2
Windows
Windows Subsystem for Linux
Tutorial
Guide
How to
C++ Package Manager
Cross-Platform Package Manager