Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 397 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 397 Bytes

Sudoku

The number that is alone

screenshot

Installation

Get it on AppCenter

Building

Dependencies:

  • valac
  • glib-2.0
  • gee-0.8
  • gtk+-3.0
  • granite
  • qqwing

then build with:

meson build --prefix=/usr
cd build
sudo ninja install