strayrobots / 3d-annotation-tool

A graphical user interface to annotate point clouds and 3D data.
MIT License
78 stars 8 forks source link

Link glfw statically #33

Closed kekeblom closed 2 years ago

kekeblom commented 2 years ago

Attempt at linking glfw statically. At least after these changes otool -L studio no longer lists glfw as a dynamically loaded library.

Still need to check that everything runs on Ubuntu. Also need to check if I can run the binary produced by the CI on my machine. There are still the c++ standard libraries and apple libraries that are linked dynamically.