felias-fogg / gede

gede is a lean and clean GDB GUI that compiles under Linux and macOS

Home Page:https://gede.dexar.se

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Qt5 and exuberant-ctags.

Make sure that you have all dependencies installed.

On Debian/Ubuntu/Mint:

    # sudo apt-get install gdb
    # sudo apt-get install g++
    # sudo apt-get install exuberant-ctags
    # sudo apt-get install python
    # sudo apt-get install qt5-qmake qtbase5-dev libqt5serialport5-dev

On Redhat/Centos:

    # sudo yum install gdb
    # sudo yum install gcc
    # sudo yum install gcc-c++
    # sudo yum install ctags
    # sudo yum install qt5-designer qt5-devel qt5-qtserialport

On FreeBSD:

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

On macOS (use homebrew):

    # brew install universal-ctags
    # brew install qt@5
    # brew link --force qt@5

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 lean and clean GDB GUI that compiles under Linux and macOS

https://gede.dexar.se

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 94.8%Language:Python 1.9%Language:C 1.7%Language:QMake 0.7%Language:Makefile 0.2%Language:FreeBasic 0.2%Language:Shell 0.2%Language:Ada 0.1%Language:Rust 0.1%Language:Fortran 0.1%Language:Go 0.0%