Skip to content

add notes about git #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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