An open source fault tree editor
This project requires Qt5, qmake and a C++ compiler to be used.
On Debian based Linux distribution, packages can be installed with :
sudo apt-get install qt5-defaultOn MacOS (with Homebrew) :
brew install qtOn Linux and MacOS, use the following commands:
qmake Makefile.pro
makeThe program will be located in the release folder.
For the Windows operating system, please use precompiled binaries in the release section.