diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-28 18:46:29 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-28 18:46:29 -0400 |
commit | 217dc2490caaf872cc16c68528645ecae7c21c2a (patch) | |
tree | 0075062253584e6914e21e10d75a00a08864f953 /README | |
parent | 84aed252dd24fc62cfec4b877edd5c8e90e43035 (diff) |
more accurately described build process
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ Requisites: - Ghostscript for PNG building -Run `./configure ; make -j8` in the toplevel directory to build with the GNU Makefile. +Run `./configure` in the toplevel directory to check dependencies and construct the Makefile. + +Run `make -j8` to build all PDFs with the POSIX Makefile. ## Results |