! Modify README

This commit is contained in:
indigo 2023-09-24 21:17:33 +08:00
parent 570517b89f
commit 394da05c5f
1 changed files with 8 additions and 1 deletions

View File

@ -45,9 +45,16 @@ cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True, noIntermediate
## How to build in windows
### Requirement
* Visual Studio 2012 or Build Tool C++ 2012 or higher
* Maya SDK 2015+
open command shell (**CMD**), change dir into repository directory, then run the follow command
### Build command
Arguments:
```shell
make.bat [MayaVersion]
```
open command shell (**CMD**), change dir into repository directory, then run the follow command
```
make.bat 2020
```