summaryrefslogtreecommitdiff
path: root/support/tr2latex/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'support/tr2latex/INSTALL')
-rw-r--r--support/tr2latex/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/tr2latex/INSTALL b/support/tr2latex/INSTALL
new file mode 100644
index 0000000000..984e5c4407
--- /dev/null
+++ b/support/tr2latex/INSTALL
@@ -0,0 +1,8 @@
+To compile tr2latex you need a C compiler and GNU make. Edit the
+Makefile to customize the installation paths. You should look at the
+TEXDIR variable to set your texmf-local directory and PREFIX to choose
+the base directory.
+Then use "make install" to compile and install tr2latex.
+
+Windows users have to install a Visual Studio C++ version and build
+with the Makefile.nmake or the nmake.bat file.