You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/build_agent_windows.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
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.
4
4
5
-
####Step 1: Download MSYS2
5
+
### Step 1: Download MSYS2
6
6
7
7
**MSYS2** is a software distribution and development platform for Windows that provides a Unix-like shell and access to commonly used Linux development tools through its `pacman` package manager.
8
8
9
9
👉 Download the MSYS2 installer from [here](https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-x86_64-20210725.exe).
10
10
11
-
####Step 2: Install MSYS2
11
+
### Step 2: Install MSYS2
12
12
- Double-click the downloaded `.exe` file to launch the installation wizard.
13
13
- Choose the installation path (e.g., `C:\msys64`) and click **Next**.
14
14
- Continue with the default settings and click **Next** through each step until you reach the final screen.
@@ -17,7 +17,7 @@ This guide provides step-by-step instructions to build the **yCrash agent** on a
17
17

18
18
19
19
Proceed to the next step once the **MSYS2** windows is opened.
20
-
####Step 3: Install/Update Package Database
20
+
### Step 3: Install/Update Package Database
21
21
>💡**What is package database?**
22
22
>
23
23
>The package database is a local index maintained by `pacman`. It tracks:
@@ -33,14 +33,14 @@ packman -Syu
33
33
34
34
When you get an output as shown in the above screenshot, close the window and reopen it by searching **MSYS2 MSYS** using Windows search.
35
35
36
-
####Step 4: Install/Update Base Package
36
+
### Step 4: Install/Update Base Package
37
37
Once the terminal is reopened, upgrade base packages by running:
0 commit comments