summaryrefslogtreecommitdiff
path: root/support/tr2latex/INSTALL
blob: 984e5c44072efbd2b51b7fe7f6b5d4c788eb95ae (plain)
1
2
3
4
5
6
7
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.