mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[glfw3]Add more information about installing dependencies. (#7885)
This commit is contained in:
parent
f757b531a6
commit
e417ff69b7
@ -1,4 +1,4 @@
|
||||
Source: glfw3
|
||||
Version: 3.3-1
|
||||
Version: 3.3-2
|
||||
Homepage: https://github.com/glfw/glfw
|
||||
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.
|
||||
|
@ -9,13 +9,15 @@ vcpkg_from_github(
|
||||
PATCHES move-cmake-min-req.patch
|
||||
)
|
||||
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
if(NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
message(
|
||||
"GLFW3 currently requires the following libraries from the system package manager:
|
||||
xinerama
|
||||
xcursor
|
||||
xorg
|
||||
libglu1-mesa
|
||||
|
||||
These can be installed on Ubuntu systems via sudo apt install libxinerama-dev libxcursor-dev")
|
||||
These can be installed on Ubuntu systems via sudo apt install libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev")
|
||||
endif()
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
Loading…
x
Reference in New Issue
Block a user