SSVOpenHexagon icon indicating copy to clipboard operation
SSVOpenHexagon copied to clipboard

Changes towards OSX building

Open duk-37 opened this issue 3 years ago • 2 comments

  1. Make CMake work with OSX
  2. Add needed third-party libraries

TODO: Will not compile because of problems with std::chrono.

duk-37 avatar May 23 '21 17:05 duk-37

Hey @duck-37, I would appreciate OSX support! Are you still working on this?

vittorioromeo avatar Jun 23 '21 15:06 vittorioromeo

Hey @duck-37, I would appreciate OSX support! Are you still working on this?

Not at the moment as I don't know exactly where to continue here. The only remaining issue is the conflict between high_resolution_clock and system_clock, and that means I need to modify the database code to use system_clock. Though it's mostly abstracted away, I don't know whether it'll cause issues somewhere else down the line.

duk-37 avatar Jun 23 '21 21:06 duk-37