Add message to install pkg-config (#27297)

This commit is contained in:
Mengna Li 2022-10-21 03:49:29 +08:00 committed by GitHub
parent 3304e4ed22
commit 23c82b0851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 2 deletions

View File

@ -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(

View File

@ -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",

View File

@ -2642,7 +2642,7 @@
},
"glfw3": {
"baseline": "3.3.8",
"port-version": 0
"port-version": 1
},
"gli": {
"baseline": "2021-07-06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7e79d23866b44b1f40d766b690baa6f1d9cca7fd",
"version-semver": "3.3.8",
"port-version": 1
},
{
"git-tree": "a2a1ebc7845c0e8e6c7d46c0b940f4457cf460d8",
"version-semver": "3.3.8",