Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundling the dynamic libraries in a GUI app on macos #1

Open
ganeshrvel opened this issue Sep 6, 2020 · 1 comment
Open

Bundling the dynamic libraries in a GUI app on macos #1

ganeshrvel opened this issue Sep 6, 2020 · 1 comment

Comments

@ganeshrvel
Copy link

ganeshrvel commented Sep 6, 2020

sevenzip-go needs two dynamic libraries to operate, and it expects them to be in the executable's folder.

I am looking for a way to integrate this library into my GUI app. As far I know after bundling the app the dynamic libraries will reside inside the "Resources" directory of the app. Will it work?

@ganeshrvel ganeshrvel changed the title Making it work with a bundled app on macos Bundling the dynamic libraries in a GUI app on macos Sep 6, 2020
@drgkaleda
Copy link

drgkaleda commented Apr 14, 2021

I see 2 (actually 3) things here:

  1. Looks like this repo is stale for some time...
  2. What language will you write your app in ?
    If its GO - you will not have a separate sevenzip-go library - you will statically link with this lib. If it is not GO - you don't need this library, since it is just GO wrapper for 7zip/p7zip.

So I bet your question should go to p7zip and libc7zip repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants