Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 2.01 KB

README.md

File metadata and controls

57 lines (51 loc) · 2.01 KB

GUFI Documentation

This directory contains documentation on what GUFI is, how this repository is structured, how to build GUFI, and how to run GUFI.

Full Documentation

The full documentation can be found at GUFI.docx.

Directory Structure

  • contrib - Contains support files (cmake package finders, Travis CI scripts, etc.)
  • docs - The documentation (you are here)
  • examples - Scripts showing how to run GUFI to perform various tasks
  • include - Headers
  • scripts - Scripts that will be installed
  • src - Source code for GUFI and executables
  • test - GUFI tests

How To Build and Install

Please see INSTALL.

Extra Information