aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..31aa2d0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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