Compilation and Installation

  1. Compile mstflint.

    Copy
    Copied!
                

    ./autogen.sh mkdir build; cd build ../configure [options] make -j [n]

    Note: If using FreeBSD OS, run:

    Copy
    Copied!
                

    ./autogen.sh mkdir build; cd build ../configure [options] MAKE=”gmake” gmake -j [n]

    To check all the possible values of [OPTION]... [VAR=VALUE]..., run “./configure --help”.

  2. Install mstflint.

    Copy
    Copied!
                

    make install

© Copyright 2023, NVIDIA. Last updated on Mar 21, 2024.