Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 300 Bytes

INSTALL.md

File metadata and controls

13 lines (12 loc) · 300 Bytes

Clone the repository with the recursive option activated:

git clone --recursive https://github.com/ISCDtoolbox/FaciLe.git

The "--recursive" option will fetch all external dependencies.

To install the full FaciLe tools, run in a terminal:

mkdir build
cd build
cmake ..
make