aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-02-07 22:10:28 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-02-07 22:11:41 -0500
commit9d1824d2622cc1488caeee1b44eec8c38f1f5fd3 (patch)
treee7320507e728f57644e735eda8c29668a57e25e1 /README
parent88c1d359e29e19264b4fc5e91974f2bdeb5ab148 (diff)
added requisite libs/programs to README
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index d7d1fa8..186cfb9 100644
--- a/README
+++ b/README
@@ -6,7 +6,19 @@ Contains some .tex files for generating the report in plain TeX and .py files fo
## Compiling
-Run `make` to build with the portable Makefile that requires python3, gs (ghostscript), and pdftex in the PATH
+Requisites:
+
+- GNU Make
+
+- Python3
+
+- PDFTeX
+
+- Color.tex (usually preinstalled)
+
+- SciPy, Matplotlib, numpy (Python libraries)
+
+Run `make` in the toplevel directory to build with the GNU Makefile.
## Results