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

CMake support #260

Open
Kikadass opened this issue Aug 18, 2023 · 1 comment
Open

CMake support #260

Kikadass opened this issue Aug 18, 2023 · 1 comment

Comments

@Kikadass
Copy link

I understand this is an enhancement not a bug.
However, I have seen many issues raised with compiling problems with missing dependencies needed to compile or issues with autoconf, autoreconf, or configure, that could be avoided by using CMake.
The current build system required many dependencies (gettext autoconf automake libtool). That could be avoided.

That would also facilitate projects needing zbar as third party library, as it could be downloaded and built directly with FetchContent.

There was an external repo that tried making such CMake:
https://github.com/chrisg123/zbar-cmake/blob/master/CMakeLists.txt

Please consider it :)
Thanks for taking the time to maintain this project after it stopped in 2012

@Kikadass
Copy link
Author

I have just seen this issue:
#222

It also mentions a fork that implements a CMake support:
https://github.com/ShadowsocksR-Live/zbar/blob/master/CMakeLists.txt

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

1 participant