billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

OSX library issues #22

Closed billvaglienti closed 8 years ago

billvaglienti commented 8 years ago

OSX uses a weird dynamic library system where the library paths are somehow in the library. This makes creating a relocatable binary problematic. Some users are reporting issues running the pre-built binaries on OSX.

billvaglienti commented 8 years ago

ProtoGen is now .app bundle on OS X. macdeployqt is used to deal with the frameworks issue.