Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 744 Bytes

File metadata and controls

19 lines (15 loc) · 744 Bytes

AMM - Fluid Manager

Requirements

The Fluid Manager requires the AMM Standard Library be built and available (and so requires FastRTPS and FastCDR). In addition to the AMM library dependancies, the Fluid Manager also requires:

Installation

    $ git clone https://github.com/AdvancedModularManikin/fluid-manager
    $ cd fluid-manager
    $ git submodule update --init
    $ mkdir build && cd build
    $ cmake ..
    $ cmake --build . --target install

By default on a Linux system this will install into /usr/local/bin