mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added the apt-get statement to install libx11-dev
This commit is contained in:
parent
98990e70bd
commit
14a15e4f2f
@ -190,7 +190,8 @@ if (NOT TARGET dlib)
|
||||
else()
|
||||
message(" *****************************************************************************")
|
||||
message(" *** DLIB GUI SUPPORT DISABLED BECAUSE X11 DEVELOPMENT LIBRARIES NOT FOUND ***")
|
||||
message(" *** Make sure libx11-dev is installed if you want GUI support ***")
|
||||
message(" *** Make sure libx11-dev is installed if you want GUI support. ***")
|
||||
message(" *** On Ubuntu run: sudo apt-get install libx11-dev ***")
|
||||
message(" *****************************************************************************")
|
||||
set(DLIB_NO_GUI_SUPPORT ON CACHE STRING ${DLIB_NO_GUI_SUPPORT_STR} FORCE )
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user