Skip to content

Commit

Permalink
add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Jul 31, 2024
1 parent acb2b9e commit 125483a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ jobs:

- name: Setup protoc
uses: arduino/setup-protoc@v2.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: run unittest
run: |
Expand Down
15 changes: 7 additions & 8 deletions DOC/PHP/Readme-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

### 依赖组件

Dependency|Version| More
---|----|----
PHP| php `7+`|
GCC| GCC `4.7+`| C++11
*inux|| `windows is on the way`
pinpoint| `2.0+`|
composer| | class can be automatic pinpoint-cut
collector-agent| [installed ?](../collector-agent/readme.md)
| Dependency | Version | More |
| ------------------- | ------------------------------------------- | ----------------------------------- |
| PHP | php `7+` |
| *inux/windows/macOs | | windows is released |
| pinpoint | `2.0+` |
| composer | | class can be automatic pinpoint-cut |
| collector-agent | [installed ?](../collector-agent/readme.md) |

### 安装步骤

Expand Down
15 changes: 7 additions & 8 deletions DOC/PHP/Readme-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

### 요구

디펜던시 | 버전 | 부가
---|----|----
PHP| php `7+`|
GCC| GCC `4.7+`| C++11
*inux|| `windows is on the way`
pinpoint| `2.0+`|
composer| | class can be automatic pinpoint-cut
collector-agent| [installed ?](../collector-agent/readme.md)
| 디펜던시 | 버전 | 부가 |
| ------------------- | ------------------------------------------- | ----------------------------------- |
| PHP | php `7+` |
| *inux/windows/macOs | | windows is released |
| pinpoint | `2.0+` |
| composer | | class can be automatic pinpoint-cut |
| collector-agent | [installed ?](../collector-agent/readme.md) |

### 설치 스텝

Expand Down
3 changes: 1 addition & 2 deletions DOC/PHP/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
| Dependency | Version | More |
| ------------------- | ------------------------------------------- | ----------------------------------- |
| PHP | php `7+` |
| GCC | GCC `4.7+` | C++11 |
| *inux/windows/macOs | | `windows is on the way` |
| *inux/windows/macOs | | windows is released |
| pinpoint | `2.0+` |
| composer | | class can be automatic pinpoint-cut |
| collector-agent | [installed ?](../collector-agent/readme.md) |
Expand Down

0 comments on commit 125483a

Please sign in to comment.