首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

insight 6.8.1的装配

2012-09-04 
insight 6.8.1的安装1、insight是什么Insight is a version of GDB that uses Tcl/Tk to implement a graph

insight 6.8.1的安装

1、insight是什么

Insight is a version of GDB that uses Tcl/Tk to implement a graphical user inter-face. It is a fully integrated GUI, not a separate front-end program. The interface consists of several separate windows, which use standard elements like buttons, scrollbars, entry boxes and such to create a fairly easy to use interface. Each window has a distinct content and purpose, and can be enabled or disabled individually. The windows contain things like the current source file, a disassembly of the current function, text commands (for things that aren't accessible via a button), and so forth.

2、insight下载地址

http://sourceware.org/insight/downloads.php

3、安装insight过程

a、sudo apt-get install build-essential
b、sudo apt-get install libx11-dev
c、sudo apt-get install libncurses5-dev

d、进入insight目录

e、./configure --disable-werror

f、make

g、sudo make install

热点排行