diff options
author | Martin Ruckert <martin.ruckert@hm.edu> | 2022-01-19 16:55:53 +0000 |
---|---|---|
committer | Martin Ruckert <martin.ruckert@hm.edu> | 2022-01-19 16:55:53 +0000 |
commit | 4bb991cb42f9d803c3eb89a336cd9ad90268de68 (patch) | |
tree | f4dbe5bf3df31ffad9f2b88af867bbda299dd6cd /Build | |
parent | fed1176913b9541699b98cb0aadc0edd5ffb35c7 (diff) |
adding a README.TXT file
git-svn-id: svn://tug.org/texlive/trunk@61660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/hintview/README.TXT | 25 |
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. + + + + + |