Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 682 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 682 Bytes

Scribble

Manage your notes

Screenshot

Build

Requires sqlite3:

sudo apt-get install libsqlite3-dev

Build with meson and ninja:

meson build --prefix=/usr
cd build
ninja

Install and execute:

ninja install
com.thattonybo.scribble

Flatpak

Ensure the SDK is installed:

flatpak install --user io.elementary.Sdk//7.2

Build with flatpak-builder:

flatpak-builder flatpak-build com.thattonybo.scribble.yml --user --install --force-clean