Skip to content

Commit

Permalink
Merge branch 'develop' into disable-static-boost-linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm authored Nov 1, 2023
2 parents 2d7b88c + eb32ca7 commit c26a715
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 @@ -41,6 +41,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 c26a715

Please sign in to comment.