cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.3k stars 906 forks source link

[build:Linux] breakpad libraries ? #582

Open bartoszek opened 4 years ago

bartoszek commented 4 years ago

https://github.com/cdcseacave/openMVS/blob/304bb3cbe5d591d6910ea0842b129b1a0661c512/build/Modules/FindBREAKPAD.cmake#L35 Can you point out how to build breakpad with all those components? By default ./configure; make install; give only static libs libbreakpad.a and libbreakpad_client.a

Disclaimer Trying to package both `openmvs` and `brakpad` for Arch Linux User Repository, but cant get `breakpad` to work with `openmvs`...
https://aur.archlinux.org/packages/openmvs
https://aur.archlinux.org/packages/breakpad
cdcseacave commented 4 years ago

I know how to do it for Windows, but never tried on Linux; I find breakpad library very hard to use, but I didn't know a better option. If anybody knows how to make it work on Linux pls help.

bartoszek commented 4 years ago

By poking around build script, it looks like gyp build if breakpaf has separated shared libs and autotools pack everything to just two statistics. Just divergent configuration for Windows Linux host in findbreakpad.cmake would be fine. Have no idea how to use gyp though.