Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 623 Bytes

compiling.md

File metadata and controls

12 lines (9 loc) · 623 Bytes

Document Builder

Note - this method is still in testing!

Document Compilation Instructions

  1. Install Docker on your computer (see instructions for different architectures in the Docker docs).
  2. Build the Docker image: docker build ./docker -t scsvs-builder.
  3. Change directory to the target version. E.g., cd 0.1.
  4. Optionally perform a clean with docker run -it --rm -v "$(pwd):/data" scsvs-builder clean.
  5. Build the PDF with docker run -it --rm -v "$(pwd):/data" scsvs-builder pdf.
  6. The PDF will be located within the TARGET_VERSION/dist directory.