Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/源码安装PlatON.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This document is intended for users with the ability to compile source code on t
Windows compilation environment requirements :

- git: `2.19.1 and above`
- Go language development kit: `go (1.16+)`
- Go language development kit: `go (1.22+)`
- mingw: `mingw (V8.1.0)`
- cmake: `3.0 +`

Expand Down Expand Up @@ -47,7 +47,7 @@ You can install the above compilation environment yourself. Please make sure the
> choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
> ```
>
> Most softwares installed using the `chocolatey` package manager have a default installation path, and some software may have various paths, depending on the publisher of the software. Installing these packages will modify the Path environment variable. The final installation path can be viewed in the PATH. Some machine environments may not find the installation path of these tools in the PATH, and you need to add it manually at this time. After installation, please make sure the installed Go version is 1.16 (or higher).
> Most softwares installed using the `chocolatey` package manager have a default installation path, and some software may have various paths, depending on the publisher of the software. Installing these packages will modify the Path environment variable. The final installation path can be viewed in the PATH. Some machine environments may not find the installation path of these tools in the PATH, and you need to add it manually at this time. After installation, please make sure the installed Go version is 1.22 (or higher).
>

> Note: The following commands need to be run in the `Git-bash` environment. In any directory, right-click and select `Git Bash Here` to bring up the `Git Bash` running window.
Expand Down Expand Up @@ -90,7 +90,7 @@ After compiling, `platon`,` platonkey` executable files will be generated in the
- System version: `Ubuntu 18.04 or higher`
- git: `2.19.1 or higher`
- Compilers: `gcc (4.9.2+)`, `g ++ (5.0+)`
- Go language development kit: `go (1.16+)`
- Go language development kit: `go (1.22+)`
- cmake: `3.0 +`

**step2.** Get the PlatON source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar_label: 源码安装PlatON
Windows编译环境需要符合以下条件:

- git:`2.19.1以上`
- go语言开发包:`go(1.16+)`
- go语言开发包:`go(1.22+)`
- mingw:`mingw(V8.1.0)`
- cmake: `3.0+`

Expand Down Expand Up @@ -45,7 +45,7 @@ Windows编译环境需要符合以下条件:
> choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
> ```
>
> 利用`chocolatey`包管理器安装的软件大部分有默认的安装路径,部分软件可能会有各种各样的路径,这取决于软件的发布者。安装这些包将修改Path环境变量。最后安装路径可查看PATH,某些机器环境可能在 PATH 中找不到这些工具的安装路径,此时需手动添加。安装完之后请确保已安装的Go版本为1.16(或更高版本)。
> 利用`chocolatey`包管理器安装的软件大部分有默认的安装路径,部分软件可能会有各种各样的路径,这取决于软件的发布者。安装这些包将修改Path环境变量。最后安装路径可查看PATH,某些机器环境可能在 PATH 中找不到这些工具的安装路径,此时需手动添加。安装完之后请确保已安装的Go版本为1.22(或更高版本)。
>

> 注意:以下命令均需在`Git-bash`环境运行, 在任意目录下,鼠标右键,选中`Git Bash Here`,弹出`Git Bash`运行窗口。
Expand Down Expand Up @@ -89,7 +89,7 @@ go run build/ci.go install ./cmd/platonkey
- 系统版本:`Ubuntu 18.04.1 及以上`
- git:`2.19.1及以上`
- 编译器:`gcc(4.9.2+)`、`g++(5.0+)`
- go语言开发包:`go(1.16+)`
- go语言开发包:`go(1.22+)`
- cmake:`3.0+`

**step2.** 获取PlatON源码:
Expand Down