From dd42da12a95995ffa32d2fa782eb1fd0e60e618e Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 28 May 2020 17:09:13 -0400 Subject: fixed dep list and added ./configure --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') 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 -- cgit