summaryrefslogtreecommitdiff
path: root/support/html2latex/HTML/INSTALL
blob: 2abc3bae8aa14190cba854e36d23e398a7e6b788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Make sure before you do anything else that you install requirements.
See README for more information.  After you're done with that try the
classic:

perl Makefile.PL
make install

That should just install it.  Although, I recommend:

perl Makefile.PL
make test
make install
make clean

It's more safe (it's tested) and more clean (it's cleaned).