summaryrefslogtreecommitdiff
path: root/support/html2latex/HTML/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'support/html2latex/HTML/INSTALL')
-rw-r--r--support/html2latex/HTML/INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/html2latex/HTML/INSTALL b/support/html2latex/HTML/INSTALL
new file mode 100644
index 0000000000..2abc3bae8a
--- /dev/null
+++ b/support/html2latex/HTML/INSTALL
@@ -0,0 +1,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).