前置
- FUSE 与 libfuse 已安装 (18.04, 发行版已有)
- 有
g++-5
版本编译器 (18.04, 发行版已有) - 从 GitHub仓库 https://github.com/plfs/plfs-core 克隆
plfs
源码
安装流程
按照源码文件夹内 README.install
的步骤安装.
# 1. Enter source file folder
cd plfs
# 2. Generate build system with `cmake`
cmake -DCMAKE_CXX_COMPILER=g++-5 .
# 3. Build with `make`
make
# 4. Install
make install # May need `sudo`