Skip to content
/ gede Public
forked from gt945/gede

Gede is a graphical frontend (GUI) to GDB written in C++ and using the Qt4 toolkit. This repository is an unofficial mirror of the website

License

Notifications You must be signed in to change notification settings

Nanoseb/gede

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gede
----

Gede was written by Johan Henriksson.
See LICENSE file for license information.

The icons used are from the NetBeans project and licensed under the
terms of the NetBeans License Agreement.

Dependencies
============

Gede depends on Qt4/Qt5 and exuberant-ctags.

Make sure that you have all dependencies installed.

On Debian/Ubuntu/Mint:

    # sudo apt-get install g++
    # sudo apt-get install exuberant-ctags
    # sudo apt-get install qt4-designer qt4-qmake libqt4-dev libssl-dev

On Redhat/Centos:

    # sudo yum install gcc
    # sudo yum install gcc-c++
    # sudo yum install ctags
    # sudo yum install qt4-designer qt-devel

On FreeBSD:

    # pkg install gdb
    # pkg install universal-ctags-g20180225
    # pkg install qt5
    # pkg install gcc


Building
========

Extract:

    # tar -xvJf gede-x.y.z.tar.xz


Compile and install (to /usr/local/bin):

    # sudo make install

Gede can now be launched:

    # gede

About

Gede is a graphical frontend (GUI) to GDB written in C++ and using the Qt4 toolkit. This repository is an unofficial mirror of the website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.9%
  • C 1.4%
  • Python 1.0%
  • QMake 0.7%
  • Makefile 0.3%
  • VBA 0.2%
  • Other 0.5%