Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 763 Bytes

MoHSES Physiology Manager

Description

The Physiology Manager is responsible for the management of the Physiology Engine.

Requirements

The physiology engine requires the MoHSES Standard Library be built and available (and so requires FastRTPS and FastCDR).

In addition to the MoHSES library dependancies, the Physiology Manager also requires:

Installation

    $ git clone https://github.com/AdvancedModularManikin/physiology-manager
    $ mkdir physiology-manager/build && cd physiology-manager/build
    $ cmake ..  
    $ cmake --build . --target install