-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·57 lines (35 loc) · 1014 Bytes
/
README
File metadata and controls
executable file
·57 lines (35 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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
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
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