As the title, I want to build an environment of ZXing C++ on Raspberry Pi.
According to the https://github.com/nu-book/zxing-cpp instruction, I try to build it.
However, I face some problems, like Cmake error below.
Anyone has the experience that build a environment of ZXing C++, and compile programs successfully?
Hope you can share the steps, thanks!!!
Asked
Active
Viewed 264 times
0

Steven
- 11
- 3
-
You must add your CMake file and also all console output. – Mar 28 '22 at 13:51
-
CMake file is directly download from https://github.com/nu-book/zxing-cpp. Console output, I add later. Thank you for your advice. – Steven Mar 28 '22 at 13:53