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

Add files via upload #2872

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add files via upload #2872

wants to merge 2 commits into from

Conversation

jrbrtsn
Copy link

@jrbrtsn jrbrtsn commented Aug 13, 2022

Created some quick & dirty packages, which work for static compiles.

Please read http://mxe.cc/#creating-packages

In particular, make sure that your build rules:

  • install .pc file,
  • install bin/test-pkg.exe compiled with flags by pkg-config,
  • install .dll to bin/ and .a, .dll.a to lib/,
  • use $(TARGET)-cmake instead of cmake,
  • build in $(BUILD_DIR) instead of $(SOURCE_DIR),
  • do not run target executables with Wine,
  • do not download anything while building,
  • do not install documentation,
  • do not install .exe files except test and build systems,

and .patch files are generated by tools/patch-tool-mxe.

If you add a package, you can use tool tools/skeleton.py.

Thanks!

Created some quick & dirty packages that work for static compiles.
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

Successfully merging this pull request may close these issues.

None yet

1 participant