Skip to content

Enable build and install on macos#153

Draft
themightyoarfish wants to merge 11 commits into
koide3:masterfrom
psiori:master
Draft

Enable build and install on macos#153
themightyoarfish wants to merge 11 commits into
koide3:masterfrom
psiori:master

Conversation

@themightyoarfish

Copy link
Copy Markdown
Contributor

These are the things I had to do to make this work with macos 15.1 with homebrew dependencies.

@themightyoarfish themightyoarfish marked this pull request as draft December 1, 2024 18:26
Comment thread CMakeLists.txt

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
# list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the problem here is that the vendored cmake module for glm didnt work for me (see issues)

@koide3

koide3 commented Dec 7, 2024

Copy link
Copy Markdown
Owner

MacOS support sounds so nice. Let me know when the PR gets ready to be reviewed.

@themightyoarfish

Copy link
Copy Markdown
Contributor Author

I dont know if its a retina display issue, but pick_depth() seems broken on macos (see koide3/direct_visual_lidar_calibration#154)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants