CMU15-445环境配置
CMU15-445-fall2025
clone了项目之后,运行package.sh脚本以安装项目所需的环境
Linux
$ sudo build_support/packages.shmacOS
$ build_support/packages.sh
接着在命令行执行以下命令以构建系统:
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make -jnproc
This work is published by lorixyu at 2026-01-13 12:15:00
Link: CMU15-445环境配置
This work is licensed under CC BY-NC-SA 4.0. Please indicate lorixyu when reprinting.
