blob: 608eb6712cad7adfa6b4562b84c75f05b450b1c6 (
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
|
# OFQT
## What is this?
OFQT is an OpenFortress Launcher
### What is contained in the repository??
The OFQT repo contains the following projects:
- libtvn
a libary for dealing with TVN information
- libvdf
a VDF file parser
- OFQT
QT Frontend for libtvn
- OFCL
CLI Frontend for libtvn
## Supported Systems
All Systems OpenFortress supports
## Dependencies
### libtvn
- libcurl
- json-c
### OFQT
- Qt 5
### [License](LICENSE)
OFQT is licensed under the GPLv3
|