summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-02-03 20:26:22 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-02-03 20:30:13 +0100
commit7885f76d408b1a71a0f98e00bc16fe72dd351808 (patch)
treef652257f48fc1938f8304b48bb6b6dcc7ce37dae /README
downloadqinfo-7885f76d408b1a71a0f98e00bc16fe72dd351808.tar.gz
qinfo-7885f76d408b1a71a0f98e00bc16fe72dd351808.tar.xz
initial commitHEADmaster
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 39 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..83b9977
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+qinfo - GTK+ based ascii art text viewer
+
+
+Description
+===========
+
+qinfo is a simple GTK+ text viewer for ascii art in the CP437 codepage. The
+development focuses on keeping weight down to a minimum, only the most essential
+features are implemented in the viewer. qinfo is simple to use, is easily
+compiled, requires few libraries, and starts up quickly.
+
+This program is released under the GNU General Public License (GPL) version 2,
+see the file 'COPYING' for more information.
+
+
+Features
+========
+
+ * Complete support for CP437 text
+ * Additional console output
+ * Recent files
+ * Drag and Drop
+
+
+Installation
+============
+
+qinfo requires GTK+-2.x.x libraries.
+
+Simple install procedure:
+
+ $ tar xzvf qinfo-x.x.x.tar.gz # unpack the sources
+ $ cd qinfo-x.x.x # change to the toplevel directory
+ $ ./configure # run the `configure' script
+ $ make # build qinfo
+ [ Become root if necessary ]
+ # make install # install qinfo
+
+See the file 'INSTALL' for more detailed information.