Add macos make build instructions to maya/README.md.

This commit is contained in:
Tom Finegan 2018-05-24 10:21:06 -07:00
parent d4675cf0d1
commit 4677d014e4

View File

@ -51,6 +51,15 @@ You should be able to find the library under:
path/to/build/Debug(or Release)/draco_maya_wrapper.bundle path/to/build/Debug(or Release)/draco_maya_wrapper.bundle
~~~~ ~~~~
The makefile generator will also work:
~~~~~ bash
$ cmake path/to/draco -DBUILD_MAYA_PLUGIN=ON && make
~~~~~
`draco_maya_wrapper.bundle` can be found in the directory where you generated
the build files and ran make.
### Windows ### Windows
On Windows, run the following command to generate Visual Studio projects: On Windows, run the following command to generate Visual Studio projects: