ITK/GDBPretty/Installation/Linux: Difference between revisions

From KitwarePublic
< ITK‎ | GDBPretty
Jump to navigationJump to search
No edit summary
(Replaced content with "* Fedora 14 * Debian Squeeze")
 
(69 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Fedora 14 example =
* [[ITK/GDBPretty/Installation/Linux/Fedora14 | Fedora 14]]
 
* [[ITK/GDBPretty/Installation/Linux/DebianSqueeze | Debian Squeeze]]
== Install package dependencies ==
 
yum install gcc gcc-c++ git texinfo
 
== Build custom GDB ==
 
cd ~
mkdir gdb
cd gdb
git clone git://gitorious.org/~thewtex/gdb-python/archer-thewtex-python.git gdb-source
mkdir gdb-build gdb-install
cd gdb-build
../gdb-source/configure --prefix=$(cd ../gdb-install && pwd)
make -j2 all install

Latest revision as of 20:09, 20 November 2010