15
edits
| Line 25: | Line 25: | ||
cd $HOME | cd $HOME | ||
wget https://people.mozilla.org/~nchen/jimdb/jimdb-arm-linux_x64.tar.bz2 # step 1 | wget https://people.mozilla.org/~nchen/jimdb/jimdb-arm-linux_x64.tar.bz2 # step 1 | ||
tar -xf jimdb-arm-linux_x64.tar.bz2 # step | tar -xf jimdb-arm-linux_x64.tar.bz2 # step 3 | ||
cd jimdb-arm/utils # step | cd jimdb-arm/utils && git pull # step 5 | ||
../bin/gdb # step 6 | |||
../bin/gdb # step | sudo ln -s $HOME/jimdb-arm/bin/gdb /usr/bin/jimdb # step 7 | ||
sudo ln -s $HOME/jimdb/bin/gdb /usr/bin/jimdb # step | |||
If you download the wrong x86 or x64 build, you might get an error like: | If you download the wrong x86 or x64 build, you might get an error like: | ||
edits