编译和安装

操作步骤

  1. 执行以下命令解压源码。

    cd /path/to/singularity
    tar -xvf singularity-ce-3.9.9.tar.gz
    cd singularity-ce-3.9.9

  2. 执行以下命令生成makefile。

    ./mconfig -c clang -x clang++

  3. 执行以下命令编译安装。

    make -C builddir
    make -C builddir install