You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About runtime dependencies:
Is it necessary to link boos libraries dynamically? I think, it is preferable to use static link, because it is easily to deploy and I see no reason why we need dynamic linking.
About git repository:
Storing binary files in the git repo is bad practice. Is it necessary to store boost and other binary files in the git tree? I think, it is preferable to store install build scripts (some code) in git repo than store binary files (result of executing install build scripts).
Parent task: #11
It is necesary to create keychain installer for Windows
The text was updated successfully, but these errors were encountered: