mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 23:07:58 +08:00
Add message to install pkg-config (#27297)
This commit is contained in:
parent
3304e4ed22
commit
23c82b0851
@ -13,8 +13,19 @@ if(VCPKG_TARGET_IS_LINUX)
|
||||
xcursor
|
||||
xorg
|
||||
libglu1-mesa
|
||||
pkg-config
|
||||
|
||||
These can be installed on Ubuntu systems via sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev")
|
||||
These can be installed on Ubuntu systems via sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config")
|
||||
else(VCPKG_TARGET_IS_OSX)
|
||||
message(
|
||||
"GLFW3 currently requires the following libraries from the system package manager:
|
||||
xinerama
|
||||
xcursor
|
||||
xorg
|
||||
libglu1-mesa
|
||||
pkg-config
|
||||
|
||||
These can be installed via brew install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev pkg-config")
|
||||
endif()
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "glfw3",
|
||||
"version-semver": "3.3.8",
|
||||
"port-version": 1,
|
||||
"description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.",
|
||||
"homepage": "https://github.com/glfw/glfw",
|
||||
"license": "Zlib",
|
||||
|
@ -2642,7 +2642,7 @@
|
||||
},
|
||||
"glfw3": {
|
||||
"baseline": "3.3.8",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gli": {
|
||||
"baseline": "2021-07-06",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7e79d23866b44b1f40d766b690baa6f1d9cca7fd",
|
||||
"version-semver": "3.3.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a2a1ebc7845c0e8e6c7d46c0b940f4457cf460d8",
|
||||
"version-semver": "3.3.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user