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-default
On MacOS (with Homebrew) :
brew install qt
On Linux and MacOS, use the following commands:
qmake Makefile.pro
make
The program will be located in the release folder.
For the Windows operating system, please use precompiled binaries in the release section.