PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

Mac build support

Open LeftOfHere opened this issue 2 years ago • 3 comments

Adds support for mac builds.

To do this I did the following.

  • Removed tbb requirement when on mac
  • Added ifs for all parallel segments in the code to not use it.
  • Added Mac support in unsuck to get system info. This is not accurate at the moment. Someone with more apple and c++ knowledge needs to look at that.

I got the sysinfo from https://github.com/thewtex/tmux-mem-cpu-load.

Tested with 10+GB files and worked.

tested Apple M1 Max and someone else claimed it work on an intel mac.

LeftOfHere avatar May 14 '22 16:05 LeftOfHere

I tested this version and reviewed the code. Looks good to me.

SiggyF avatar May 24 '22 12:05 SiggyF

worked for me on my M1 chip mac.

920364637 avatar Jan 24 '24 09:01 920364637

I can confirm that it works on macOS (v14.4.1), M1.

fahu avatar May 03 '24 22:05 fahu