Skip to content
/ vcpkg Public
forked from microsoft/vcpkg

C++ Library Manager for Windows, Linux, and MacOS

License

Notifications You must be signed in to change notification settings

JangBoo/vcpkg

 
 

Repository files navigation

Vcpkg

image

Work

My codes for other libraries are available in the My_work Folder.

Overview

Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement is vital to its success!

For short description of available commands, run vcpkg help.

Build Status

Quick Start

Prerequisites:

  • Windows 10, 8.1, 7, Linux, or MacOS
  • Visual Studio 2015 Update 3 or newer (on Windows)
  • Git
  • gcc >= 7 or equivalent clang (on Linux)
  • Optional: CMake 3.12.4

To get started:

> git clone https://github.com/Microsoft/vcpkg.git
> cd vcpkg

PS> .\bootstrap-vcpkg.bat
Linux:~/$ ./bootstrap-vcpkg.sh

Then, to hook up user-wide integration, run (note: requires admin on first use)

PS> .\vcpkg integrate install
Linux:~/$ ./vcpkg integrate install

Install any packages with

PS> .\vcpkg install sdl2 curl
Linux:~/$ ./vcpkg install sdl2 curl

About

C++ Library Manager for Windows, Linux, and MacOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 60.3%
  • C++ 34.0%
  • C 2.5%
  • PowerShell 2.0%
  • Perl 0.4%
  • Shell 0.3%
  • Other 0.5%