Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.37 KB
  • This is the codebase for the Pochoir stencil compiler. The codebase currently is still in development. For more information, please see: http://groups.csail.mit.edu/sct/wiki/index.php?title=The_Pochoir_Project

  • In order to setup the Pochoir compiler, the following packages needs to be installed on your system:

  • Once the system prerequisites are satisfied, go into the src/ directory of the Pochoir compiler and type 'make' to build the Pochoir compiler. If the compiler builds successfully, you will see a 'pochoir' binary generated and copied into the top-level directory. For the develop branch, you should also find a second binary, genstencil.

  • To run an example, go into the example directory, and make sure you a. Set up the environtment variable required for pochoir: POCHOIR_LIB_PATH='/src' b. Run make , where can be any file in the example directory without the "tb_" prefix.