安装教程

This commit is contained in:
2025-12-26 22:43:20 +08:00
parent 25c971118a
commit b3d417a4d8
2 changed files with 62 additions and 0 deletions

View File

@@ -19,6 +19,40 @@
- **Comprehensive error handling** - Detailed error messages with source locations
- **Clean C++ implementation** - Modern C++23 with RAII and smart pointers
### 🔧 Install
# Installation
## Prerequisites
**Xmake** version **3.0.0 or higher** must be installed on your system.
## Build Instructions
1. Clone the repository:
```bash
git clone https://github.com/PuqiAR/Fig.git
```
2. Navigate to the project directory:
```bash
cd Fig
```
3. Build the project:
```bash
xmake build Fig
```
4. Run the program:
```bash
xmake run Fig [file]
```
Replace `[file]` with the path to your input file.
### 📁 Project Structure
.
├── ExampleCodes # Example programs & performance tests