Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 539 Bytes

FTEdit

An open source fault tree editor

Dependencies

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

Compilation

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.