aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-28 17:09:13 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-28 17:09:13 -0400
commitdd42da12a95995ffa32d2fa782eb1fd0e60e618e (patch)
treea0c6999881dfe8a2e424b7c1e7f1839c63227ba3 /README
parentca14b62964828f8268945ed22a9446f02074d251 (diff)
fixed dep list and added ./configure
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 6ed2300..2b602b7 100644
--- a/README
+++ b/README
@@ -8,17 +8,17 @@ Contains some .tex files for generating the report in plain TeX and .py files fo
Requisites:
-- GNU Make
+- Make
- Python3
-- PDFTeX
-
-- Color.tex (usually preinstalled)
+- PDFTeX with color.tex, miniltx.tex (installed with TeX Live)
- SciPy, Matplotlib, numpy (Python libraries)
-Run `make -j8` in the toplevel directory to build with the GNU Makefile.
+- Ghostscript for PNG building
+
+Run `./configure ; make -j8` in the toplevel directory to build with the GNU Makefile.
## Results