From 4bb991cb42f9d803c3eb89a336cd9ad90268de68 Mon Sep 17 00:00:00 2001 From: Martin Ruckert Date: Wed, 19 Jan 2022 16:55:53 +0000 Subject: adding a README.TXT file git-svn-id: svn://tug.org/texlive/trunk@61660 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/texk/web2c/hitexdir/hintview/README.TXT | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Build/source/texk/web2c/hitexdir/hintview/README.TXT (limited to 'Build/source/texk/web2c') 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. + + + + + -- cgit v1.2.3