我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Decompress the source package.
    cd /path/to/singularity
    tar -xvf singularity-ce-3.9.9.tar.gz
    cd singularity-ce-3.9.9
  2. Create Makefile.
    ./mconfig -c clang -x clang++
  3. Perform the compilation and installation.
    make -C builddir
    make -C builddir install