You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,26 +20,33 @@ Note: Font settings to be added in the future
20
20
- Anonymous Pro - http://www.marksimonson.com/fonts/view/anonymous-pro
21
21
22
22
## Dependencies
23
-
qt5-default qt5-qmake
23
+
24
+
- Qt6 {Core, Widgets & Core5Compat (QRegExp)}
25
+
- CMake
24
26
25
27
## Building Geist
26
-
`git clone https://github.com/jubal-R/Geist.git`
27
-
`mkdir build`
28
-
`cd build`
29
-
`qmake ../Geist/Geist.pro`
30
-
`make`
28
+
29
+
```bash
30
+
git clone https://github.com/jubal-R/Geist.git
31
+
cd Geist
32
+
cmake -B build -DCMAKE_BUILD_TYPE=RelMinSize
33
+
cmake --build --config release build --parallel
34
+
```
31
35
32
36
## Features To Be Added
37
+
33
38
- Additional preference options
34
39
- Auto-completion
35
40
36
41
## License
42
+
37
43
Geist - All purpose text/code editor Copyright (C) 2017
38
44
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
39
45
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
40
46
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
41
47
42
48
## Acknowledgements
49
+
43
50
highlighter.cpp and highlighter.h
44
51
Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
45
52
Full copyright notice is maintained within these files.
0 commit comments