From 5d4496a5e4169e4475a98d597d62ce147502ca6a Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 21 Jan 2021 17:33:54 -0500 Subject: changed the README to accurately describe build and deps --- README | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README b/README index c84d000..e3f23a0 100644 --- a/README +++ b/README @@ -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. -- cgit