! Modify README
This commit is contained in:
parent
570517b89f
commit
394da05c5f
|
|
@ -45,9 +45,16 @@ cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True, noIntermediate
|
||||||
## How to build in windows
|
## How to build in windows
|
||||||
### Requirement
|
### Requirement
|
||||||
* Visual Studio 2012 or Build Tool C++ 2012 or higher
|
* 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
|
```shell
|
||||||
|
make.bat [MayaVersion]
|
||||||
|
```
|
||||||
|
open command shell (**CMD**), change dir into repository directory, then run the follow command
|
||||||
|
```
|
||||||
make.bat 2020
|
make.bat 2020
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue