Add linux instructions for the Maya plugin

This commit is contained in:
Tom Finegan 2018-05-24 10:53:41 -07:00
parent 4677d014e4
commit 85d2654fc9

View File

@ -81,5 +81,12 @@ path/to/build/Debug(or Release)/draco_maya_wrapper.dll
~~~~
### Linux
[TODO]
On Linux, run the following command to generate a Makefile build and build the
plugin.
~~~~~ bash
$ cmake path/to/draco -DBUILD_MAYA_PLUGIN=1 && make
~~~~~
Note: While the linux build completes successfully, the plugin has not been
tested.