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

Packaging library with 3rd party dependencies #288

Open
Chimrod opened this issue Oct 6, 2023 · 1 comment
Open

Packaging library with 3rd party dependencies #288

Chimrod opened this issue Oct 6, 2023 · 1 comment

Comments

@Chimrod
Copy link
Contributor

Chimrod commented Oct 6, 2023

Hello,

I’ve successfully packaged sqlite3 in my local branch.

The compilation requires external dependencies (headers, objects to link — I’ve used the package from msys2 for that), but the test process won’t fiit if I want to include my branch in the main repository.

Do you see a way to include the library in the main repo ?

@toots
Copy link
Member

toots commented Oct 7, 2023

Hi,

The repository relies on mxe for external dependencies. There is a package there, so you should be able to make it build with it.

You can look at other packages binary library dependencies to see how it is done.

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

No branches or pull requests

2 participants