Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 466 Bytes

Fight Food Waste - Product scanner

This is the end-user product scanner that integrates with our API.

Dependencies

  • GTK for the GUI
  • curl for handling API requests
  • jansson for handling JSON.

Installation

On Debian:

apt install build-essential libgtk-3-dev cmake libjansson-dev libcurl4-gnutls-dev
mkdir build
cd build
cmake ../
make

It also require a working deployment of the Fight Food Waste API. (-> API_ENDPOINT).

License

MIT