This is a versioned snapshot of the GDB source code, starting with GDB 9.2.
The complete GDB source tree is located under the src
directory.
mkdir build-release && cd build-release
../src/configure --prefix=~/.local --enable-tui
make -j8
make install