mirror of https://github.com/axmolengine/axmol.git
Update DevSetup.md [skip ci]
This commit is contained in:
parent
a2645186b4
commit
90c8e62636
|
@ -1,15 +1,15 @@
|
||||||
# Development setup
|
# Development setup
|
||||||
|
|
||||||
## Common Requirement [Python](https://www.python.org/downloads/)
|
## Common Requirements
|
||||||
|
|
||||||
- PowerShell-5.0+
|
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell)
|
||||||
- Please install from:
|
- powershell-7 is recommended, it's support Windows,macOS,Linux
|
||||||
- https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.3
|
- How to Install:
|
||||||
- https://github.com/PowerShell/PowerShell/releases
|
- visit: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell
|
||||||
- win7+, no needs install, the system preinstalled PowerShell 5.0 should works
|
- download from github release page: https://github.com/PowerShell/PowerShell/releases
|
||||||
- macos,linux or you want install latest powershell for windows, visit: https://github.com/PowerShell/PowerShell/releases
|
- Note: win7+, system installed PowerShell 5.0 should works, but not recommended
|
||||||
|
|
||||||
- Python-3.7+
|
- [Python-3.7+](https://www.python.org/downloads/)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue