How to install and setup vcpkg C++ package manager on WSL

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



Category:
Guide
Duration: 1:27
58 views
5


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: https://www.youtube.com/channel/UC_aEa8K-EOJ3D6gOs7HcyNg
Buy my gameplay recording device*: https://amzn.to/2AcKBIH
Buy my current laptop*: https://amz.run/656m
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


5 days agoEditing Contest: Duel Links is a grindy mess of a game (and how to partially fix it) πŸ’³πŸ˜«
6 days agoWhy I switched from VEGAS Pro to Adobe Premiere Pro πŸ€·β€β™‚οΈπŸ‘Œ
2024-05-01Official Mastercard Cashback Deal! +25 EUR per Card till June 30th 2024! πŸ’ΆπŸ’Ά [Germany only]
2024-04-30[Yu-Gi-Oh! Duel Links] How to unlock Dennis McField (Playing as Dennis McField) πŸ˜‰πŸ™Œ
2024-04-29How to bypass the Seeking Alpha Paywall [April 2024]
2024-04-27Imagine donating not just to eGirls but also to an AI Girlfriend Chat Bot... πŸ€·β€β™‚οΈπŸ€¦β€β™‚οΈ
2024-04-25[Yu-Gi-Oh! Duel Links] Full JDuel Links Bot Installation Tutorial [2024]
2024-04-24[Yu-Gi-Oh Master Duel] Nifroth playing against JMasterDuelBot and loses πŸ˜‚πŸ€·β€β™‚οΈ
2024-04-23[Yu-Gi-Oh! Master Duel] Looks like KONAMI started Shadow Banning... πŸ˜’πŸ€¦β€β™‚οΈ
2024-04-22[Yu-Gi-Oh! Duel Links] Mizar Raid Farming Bot [April 2024]
2024-04-22How to install and setup vcpkg C++ package manager on WSL
2024-04-21[Yu-Gi-Oh! Master Duel] Duel Triangle Fusion/Synchro/Xyz Farming Bot
2024-04-13McDonald's Yu-Gi-Oh! x Hello Kitty Happy Meal in 2024 🀣🀣🀣
2024-04-07[Yu-Gi-Oh! Duel Links] PvP Matchmaking Spoofer Decks! Lunalight, Suship, Shaddoll πŸ™ŒπŸ‘Œ
2024-03-31[Yu-Gi-Oh! Duel Links] More *FREE* PvP Decks! Matchmaking Spoofer Yosenju, Gandora, Red Dragon! 😳✨😁
2024-03-30[Yu-Gi-Oh! Duel Links] New *FREE* Matchmaking Spoofer PvP Decks! Evil Twins, Shiranui, PKs πŸ˜³πŸ˜‹πŸ‘Œ
2024-03-29[Yu-Gi-Oh! Master Duel] Exodia Magical Library FTK, good Bot Candidate? πŸ‘ŒπŸ˜‹
2024-03-28[Yu-Gi-Oh! Duel Links] Red-Eyes Zombie Dragon Lord Best Deck? πŸ€”πŸ™„
2024-03-27[Yu-Gi-Oh! Duel Links] Duelist Road: Hope for the Future Farming Bot πŸ˜‹πŸ‘Œ
2024-03-25[Yu-Gi-Oh! Master Duel] Utopia FTK Deck, new useful Duel Bot? πŸ€”πŸ˜†
2024-03-23[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