Added the apt-get statement to install libx11-dev

This commit is contained in:
Davis King 2015-03-24 07:40:50 -04:00
parent 98990e70bd
commit 14a15e4f2f

View File

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