Skip to content

Commit 62883ec

Browse files
Update build_yc_360_script_windows.md
1 parent db3e05d commit 62883ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/build/build_yc_360_script_windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Building the yCrash Agent on Windows
1+
# Building the yc-360 Script on Windows
22

3-
This guide provides step-by-step instructions to build the **yCrash agent** on a Windows machine. The agent includes Go and C code, so it requires a proper toolchain setup.
3+
This guide provides step-by-step instructions to build the yc-360 script on a Windows machine. The yc-360 script includes Go and C code, so it requires a proper toolchain setup.
44

55
### Step 1: Download MSYS2
66

@@ -49,7 +49,7 @@ packman -Su
4949
> - Linkers, debuggers, and other build utilities
5050
> - Native Windows headers and runtime libraries
5151
52-
It’s required because the yCrash agent includes C modules, and Go’s `cgo` relies on an available C compiler to build them. Windows doesn’t include a native C compiler by default, so MinGW-w64 fills that gap.
52+
It’s required because the yc-360 script includes C modules, and Go’s `cgo` relies on an available C compiler to build them. Windows doesn’t include a native C compiler by default, so MinGW-w64 fills that gap.
5353

5454

5555
Install it with:
@@ -90,8 +90,8 @@ gcc --version
9090
You should see the installed GCC version:
9191
![img](/docs/images/gcc-version.png)
9292

93-
### Step 9: Build yCrash Agent
94-
Once everything is set up, navigate to the yCrash agent source directory `yc-data-script/cmd/yc` and run:
93+
### Step 9: Build yCrash yc-360 Script
94+
Once everything is set up, navigate to the yc-360 script source directory `yc-data-script/cmd/yc` and run:
9595
```
9696
go build
9797
```

0 commit comments

Comments
 (0)