|
|
|
@ -65,7 +65,7 @@ If you use any Linux distribution other than Ubuntu, we recommend using the [lat
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd <gdb-sources-dir>
|
|
|
|
cd <gdb-sources-dir>
|
|
|
|
mkdir build && cd build
|
|
|
|
mkdir build && cd build
|
|
|
|
sudo apt install libgmp-dev libmpfr-dev texinfo # required by build
|
|
|
|
sudo apt install libgmp-dev libmpfr-dev libreadline-dev texinfo # required by build
|
|
|
|
../configure --disable-nls --disable-werror --with-system-readline --with-python=`which python3` --with-system-gdbinit=/etc/gdb/gdbinit --enable-targets=all
|
|
|
|
../configure --disable-nls --disable-werror --with-system-readline --with-python=`which python3` --with-system-gdbinit=/etc/gdb/gdbinit --enable-targets=all
|
|
|
|
make -j7
|
|
|
|
make -j7
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|