-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
26 lines (21 loc) · 1.14 KB
/
README
File metadata and controls
26 lines (21 loc) · 1.14 KB
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
AltEdit is a Qt5-based tiling programming text editor, featuring four editing windows, C/C++ syntax highlighting,
auto indentation, bracket matching, and spelling. The editor is integrated with ctags, grep, make and git diff utilities.
Download: http://github.com/netblue30/AltEdit
Dependencies: Qt5 library, qmake
Build and install: ./configure && make && sudo make install
Documentation and support: http://github.com/netblue30/AltEdit
License: GPL v3
Setting up a compilation environment:
(Debian/Ubuntu)$ sudo apt-get install build-essential qt5-default qt5-qmake qtbase5-dev-tools libqt5svg5 git
(CentOS 7)$ sudo yum install gcc-c++ qt5-qtbase-devel qt5-qtsvg.x86_64 git
Compile and install:
$ git clone https://github.com/netblue30/AltEdit
$ cd AltEdit
(Debian/Ubuntu)$ ./configure --prefix=/usr && make && sudo make install
(CentOS 7)$ ./configure --prefix=/usr --with-qmake=/usr/lib64/qt5/bin/qmake && make && sudo make install
Running the program:
$ alt
AltEdit Authors:
netblue30 (netblue30@yahoo.com)
Using KDE's Breeze Icon Theme from https://github.com/KDE/breeze-icons, license GNU Lesser General Public version 3
Copyright (C) 2017 AltEdit Authors