How to put in C++ External Library in VS Code

Опубликовано: 24 Апрель 2023
на канале: King Tut
78,581
625

In this video I will show you how to implement C++ external library (e.g. Raylib) into VSCode.

Command to download Raylib on MSYS2:
pacman -S mingw-w64-x86_64-raylib

Include Directory: C:\msys64\mingw64\include

Linker (put it after -o): "-lraylib"

Link to Raylib Sample Code: https://www.raylib.com/examples.html

For tutorial video requests email me at:
[email protected]

#kingtut #tutorials #vscode #cpp