Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 788 Bytes

This repository contains scripts to help DGtal developers.

Developper tools

Scripts and models to create a DGtal class, a DGtal template class, a documentation,....

To use these scripts to generate files, you need

  • to create a profile file (see dev/profiles/*.defs)
  • to specify to environment variables (e.g. in your .bashrc or .profile):
    • ${DGtal}: path to your clone of the DGtal source repository
    • ${DGtalScripts}: path to your clone of the DGtalScripts repository
    • ${DGtalTools}: path to your clone of the DGtalTools source repository (optional)
    • ${DGtalTools-contrib}: path to your clone of the DGtalTools-contrib source repository (optional)

Then, you can add ${DGtalScripts$}/dev/scripts to your $PATH variable.