-
Notifications
You must be signed in to change notification settings - Fork 137
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
Using libavrdude as a standalone library #819
Comments
See PR #820 - you're welcome to review it. |
Btw., with PR #826 merged, I notice it's now either a shared or a static library. |
Yes, this is normal CMake procedure. But there are tricks to make both like what Generally, it is not a problem. When you package avrdude, you would run the build twice with different options and use these artefacts. This is what Debian rules do for many CMake-based packages |
I just opened issue #827 - libavrdude.so is built but not installed. |
As of now, macOS and WIndows shared library build will fail. Related discussion (including macOS patch)
Windows share library will fail now and need more work to get it working. |
Related issue: As of now, it is not possible to build libavrdude.dll dynamic library under Windows. |
So far
libavrdude
will be built internally as a static library. For the common usage it has to provide the following features:ac_cfg.h
The text was updated successfully, but these errors were encountered: