blob: 31aa2d03746adb1099d6e42e6856c24469a91e0d (
plain)
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
|
# OFQT
## What is this?
OFQT is a library and a set of frontends for downloading OpenFortress.
In its entirety OFQT is made up of:
- libtvn
a C library that deals revision information, downloading storing, applying, verifying, etc.
- OFCL
a commandline client for libtvn
- OFQT
a GUI for libtvn written in Qt
and possibly more in the future
## Supported Systems
All Systems OpenFortress supports
## Dependencies
### libtvn
- libcurl
- json-c
### OFQT
- Qt 5
### [License](LICENSE)
OFQT is licensed under the GPLv3
|