Step 1 :
sudo apt-get update
sudo apt-get install libqt4-dev libboost1.48-all-dev subversionStep 2 :
sudo -sH
cd /opt
svn checkout http://edb-debugger.googlecode.com/svn/trunk/ edb-debugger
cd edb-debugger
qmake
make
make installStep 3 :
To run it. You can run it at any directory.
sudo -sH
edbIf you run it for the first time, you will be prompted for not loading some plugins, you can solve it when the pop up windows showing up.
Preferences -- Directories
Symbol Directory : /opt/edb-debugger
Plugin Directory : /lib64/edb
Session Directory : /opt/edb-debuggerThat's all! See you.
