ITK/GDBPretty/Installation/Linux: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
== Build custom GDB == | == Build custom GDB == | ||
cd ~ | |||
mkdir gdb | |||
cd gdb | |||
git clone git://gitorious.org/~thewtex/gdb-python/archer-thewtex-python.git gdb-source |
Revision as of 06:30, 17 November 2010
Fedora 14 example
Install package dependencies
yum install gcc gcc-c++ git
Build custom GDB
cd ~ mkdir gdb cd gdb git clone git://gitorious.org/~thewtex/gdb-python/archer-thewtex-python.git gdb-source