ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
616 stars 340 forks source link

Building requirements #8

Open hungerburg opened 7 years ago

hungerburg commented 7 years ago

These packages I had to install in Ubuntu 16.04 compile QZXingLive:

Additionally, I had to yank the line #include from main.cpp.

ftylitak commented 7 years ago

Hello hungerburg,

forgive me if I am not getting something right, though I do not identify any question to your issue description.

Yes, the "#include " is redundant and could be deleted. Regarding the packages needed to be installed, is there something that you want to point out?

hungerburg commented 7 years ago

Dear Nikolaos, I thought about this too, but then it seemed too much to ask: I really liked to have build requirements in the Readme.md. Regarding the include: I have not touched C for a long time, but I remember <angle brackets> are for system level includes, local includes are in "quotes"; also the include made the compiler stop, because the file is neither here nor there. I like the project, 2D-barcodes are often laughed at, yet are widely available on mobile devices, not so much on the desktop; Still they are very good if something goes the hardcopy way: print form, fill, sign, scan; they link the paper to the digital file; And webcams are very cheap. Kind regards Peter