diff --git a/mex/README.md b/mex/README.md index 2d83d7c6..e8ba2226 100644 --- a/mex/README.md +++ b/mex/README.md @@ -26,12 +26,18 @@ CMake's `FindMatlab.cmake` is not very good. You might have to do something like Nearly all of the functions depend on stl, Eigen and libigl. Beyond that some may depend on CGAL, Embree, and El Topo. The `cmake ..` command above should -take care of _downloading_ these dependencies into `gptoolbox/mex/external/`. +take care of _downloading_ these dependencies into `gptoolbox/mex/external/` (a git is needed). +Please note that Git is required for this operation. +For example on Windows using MYSYS2+MinGW64, + + pacman -S git + You may need to install Boost, mpfr and gmp. For example on Mac OS X using homebrew, brew install boost mpfr gmp + ## Troubleshooting ### MATLAB Versions