Skip to content

ChuOkupai/FTEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.