# phg-example **Repository Path**: RhythmLian/phg-example ## Basic Information - **Project Name**: phg-example - **Description**: PHG的模板项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHG-EXAMPLE ## 通过VSCODE-PHG插件编译与运行 1. `ctrl + shift + p`: 打开VSCODE的命令输入框 2. `Compile PHG project`: 编译当前PHG项目 3. `Run PHG project`: 运行当前PHG项目 ## 通过命令行编译与运行 在项目根目录下执行: ```shell make # 编译 make run # 运行 ``` ## PHG自动补全配置 如果你的PHG是自行设置prefix安装到指定位置的,你需要修改`.vscode/c_cpp_properties.json`文件中的`includePath`,在其内部填入PHG安装位置中的include目录路径。