From 85d2654fc95e4354a6b7882c0b05e134797d0b9c Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Thu, 24 May 2018 10:53:41 -0700 Subject: [PATCH] Add linux instructions for the Maya plugin --- maya/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/maya/README.md b/maya/README.md index b0c90b5..b33cf3c 100644 --- a/maya/README.md +++ b/maya/README.md @@ -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.