QR generator for elementary OS
- valac
- gtk+
- cairo
- libqrencode
- gobject with version al least 2.38
- granite
autovala meson
meson build && cd build
ninja
You can build using cmake if you want.
You can run the program from the terminal simply writing in the build/src directory
./eQR
I have inspired by genQR application while I was writing this app.