Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 528 Bytes

BUILD.md

File metadata and controls

13 lines (10 loc) · 528 Bytes

Building

In order to run make successfully, the build system must meet the following criteria:

  • GNU make must be installed in the path.
  • A C++-11-capable compiler (such as g++-4.8 or later) must be installed in the path. (Or accessible by way of something like 'CXX=g++-4.8 make'.)
  • Transfig must be installed in the path.
  • pdflatex must be installed in the path.