Skip to content

Commit 2042115

Browse files
authored
how to couple with ncurses for TUI
1 parent 544bafa commit 2042115

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install_gdb.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99

1010
## since version 14:
1111
- ./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.
12+
- 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

Comments
 (0)