Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion mex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down