# TiecodeCompiler-Plugins **Repository Path**: mobile-ipe/TiecodeCompiler-Plugins ## Basic Information - **Project Name**: TiecodeCompiler-Plugins - **Description**: 结绳编译器插件仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-06 - **Last Updated**: 2025-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 ``` ├── compiler 编译api和各平台lib ├── plugins 插件目录,存放多个插件源代码 └── CMakeLists.txt cmake入口,用于载入各个插件目录 ``` # 开发环境 ## Clion 1. 直接打开该工程即可 ## Visual Studio Code 1. 如果是Windows系统,安装 [MinGW64](https://github.com/niXman/mingw-builds-binaries/releases) 和 [CMake](https://github.com/Kitware/CMake/releases),需要注意的是Windows系统MinGW64要下载带`posix-seh-ucrt`字段的;如果是MacOS系统,安装 Xcode 和 cmake 即可 2. 打开该工程,安装C/C++ Extension Pack(包含CMake) 3. 按 Ctrl + F5 运行 (如果无法运行,就使用CMake插件在IDE左侧添加的CMake选项运行)