summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/hitexdir/hintview/README.TXT25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hintview/README.TXT b/Build/source/texk/web2c/hitexdir/hintview/README.TXT
new file mode 100644
index 00000000000..6370527109e
--- /dev/null
+++ b/Build/source/texk/web2c/hitexdir/hintview/README.TXT
@@ -0,0 +1,25 @@
+This is a first - and very basic - version of a viewer for HINT files.
+HINT files can be produced from TeX sources using hitex.
+
+Build
+-----
+The present code is tested under Linux, but if you have the
+right libraries it should compile under other Linux like systems.
+
+The build process is defined by the Makefile in the src subdirectory.
+Just cd src/ and run make - if you are lucky it will produce the
+hintview executable.
+
+You will need the following libraries and associated header files:
+libdl, libglew, libglfw3 libfreetype, libX11, libXrandr, libXinerama,
+
+
+Documentation
+-------------
+The command line options, keystrokes, and mouse actions are described
+in hintview.1 ind the man/ subdirectory.
+
+
+
+
+