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