diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 17:33:54 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 17:38:48 -0500 |
commit | 5d4496a5e4169e4475a98d597d62ce147502ca6a (patch) | |
tree | 8126d5f8306e01e9421e7561202ce4dd8e828a13 /README | |
parent | 919c5e58bff320b3b026705cb1cd5ae04007ff08 (diff) |
changed the README to accurately describe build and deps
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# Science Fair Project 2020 +# Science Fair Project 2020, 2021 ## Contents @@ -8,7 +8,7 @@ Contains some .tex files for generating the report in plain TeX and .py files fo Requisites: -- Make +- Make and some other POSIX 2001 utilities. - Python3 @@ -16,12 +16,20 @@ Requisites: - SciPy, Matplotlib, numpy, pillow (Python libraries) -- Ghostscript for PNG building +- Image Magick -Run `./configure` in the toplevel directory to check dependencies and construct the Makefile. +- Ghostscript for PNG building Run `make -j8` to build all PDFs with the POSIX Makefile. ## Results -The results can be found on this website, the report at [https://hrhr.dev/report.pdf](https://hrhr.dev/report.pdf), the poster at [https://hrhr.dev/poster.pdf](https://hrhr.dev/poster.pdf), and the logbook at [https://hrhr.dev/logbook.pdf](https://hrhr.dev/logbook.pdf). +The results can be found on this website, the report at +[https://hrhr.dev/report](https://hrhr.dev/report), the poster at +[https://hrhr.dev/poster](https://hrhr.dev/poster), and the logbook at +[https://hrhr.dev/logbook](https://hrhr.dev/logbook). +The second set of documents are at +[https://hrhr.dev/report2](https://hrhr.dev/report2), +[https://hrhr.dev/poster2](https://hrhr.dev/poster2), and +[https://hrhr.dev/logbook2](https://hrhr.dev/logbook2). +These are significantly larger because of larger images. |