Skip to content

Commit

Permalink
Merge pull request #527 from norlab-ulaval/macos-pypointmatcher-patch
Browse files Browse the repository at this point in the history
Update to doc, no need to wait for python binding test result
  • Loading branch information
RedLeader962 authored Nov 1, 2023
2 parents 9f20d0f + f240cf4 commit eb32ca7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/CompilationPython.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ sudo apt install catch python3-dev
brew install catch2
```

#### Case-sensitivity
Note that to build pypointmatcher, your filesystem must be case-sensitive.
This applies especially to MacOS, where the APFS is case-insensitive for legacy reasons.
To overcome this, open `Disk Utility` and add a new case-sensitive APFS volume to your container.
Then, move libpointmatcher to the new volume.

The rest of this tutorial will guide you through the necessary steps to compile pypointmatcher.

## pybind11
Expand Down

0 comments on commit eb32ca7

Please sign in to comment.