diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-02-07 22:10:28 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-02-07 22:11:41 -0500 |
commit | 9d1824d2622cc1488caeee1b44eec8c38f1f5fd3 (patch) | |
tree | e7320507e728f57644e735eda8c29668a57e25e1 /README | |
parent | 88c1d359e29e19264b4fc5e91974f2bdeb5ab148 (diff) |
added requisite libs/programs to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |