We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544bafa commit 2042115Copy full SHA for 2042115
install_gdb.md
@@ -9,4 +9,7 @@
9
10
## since version 14:
11
- ./configure --prefix=/opt/gdb/14.1 --with-gmp=/opt/gmp/6.1.1 --with-mpfr=/opt/mpfr/3.1.1 --with-gmp=/opt/gmp/1.0.2 --enable-tui
12
-- To enable TUI, libncurses library is required. TBD.
+- To enable TUI, libncurses library is required.
13
+- If ncurses is not installed at default location (/usr or /usr/local), gdb may not be able to find ncurses components
14
+ - In the configure step, use CFLAGS and CXX flags as CFLAGS="-L/opt/ncurses/6.4/lib -I/opt/ncurses/6.4/include"
15
+
0 commit comments