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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ application:

## Installation ##
The vast majority of this code is __straight MATLAB__ (`*.m` files). Thus, only
installing MATLAB and adding the qptoolbox directory and its subdirectories to
installing MATLAB and adding the gptoolbox directory and its subdirectories to
your MATLAB path is needed for installation. Let's assume you cloned gptoolbox
at `/usr/local/gptoolbox/`, then you could issue:

Expand Down Expand Up @@ -75,7 +75,7 @@ usign a "standard" unix-y install of libigl as a static library.
In MATLAB issue:

cd mex
compile_qptoolbox_mex
compile_gptoolbox_mex

#### Compile `toolbox_fast_marching` ####

Expand Down