zxing-cpp / zxing-cpp

C++ port of ZXing
Apache License 2.0
1.22k stars 390 forks source link

When will the version be released officially? #35

Closed DerrickChina closed 5 years ago

huycn commented 6 years ago

Hi DerrickChina,

By "officially", do you mean binary release? If yes, the answer is no binary release is planned. The project is self-contained, and it's very easy to "embed" into your own project, thus we think binary releases is not necessary.

That being said, there is one release available on nuget for WinRT: https://www.nuget.org/packages/huycn.zxingcpp.winrt but the version is a bit dated with only reader included. We are going probably make an update soon.

DerrickChina commented 6 years ago

Hi huycn, I'm sorry to mislead you. My meaning is not the binary release, code release is enough to me. I suggest you team could do code release if you think the release is stable.

huycn commented 6 years ago

Yes, that could be good thing. I will look into it after fixing the issue where the black box tests seem to be platform dependent. Thanks!

simonschmeisser commented 5 years ago

It would be great it this had a version number and official release (tagged source code). Everything else can then be worked out by linux distributions

huycn commented 5 years ago

Release created. Thank @DerrickChina and @simonschmeisser for suggestion!