鯤鵬ARM64環境下原始碼移植安裝MariaDB 10.5.19參考(2)-Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)

wanlt_software發表於2024-11-28

環境:鯤鵬920,銀河麒麟V10
報錯:
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/readline.cmake:82 (MESSAGE):
Curses library not found. Please install appropriate package

解決方法:
yum install ncurses-devel

相關文章