Skip to content

Instantly share code, notes, and snippets.

@rbento
Last active July 2, 2021 02:42
Show Gist options
  • Save rbento/a74b41b753b76e0fa7d2d0853f4ff363 to your computer and use it in GitHub Desktop.
Save rbento/a74b41b753b76e0fa7d2d0853f4ff363 to your computer and use it in GitHub Desktop.
Notes on C++

C++

Install system-wide development libraries on Windows


git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install eastl glfw3 glad glew freetype sdl2 sdl2-image sdl2-mixer sdl2-net sdl2-ttf
vcpkg list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment