Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.84 KB

File metadata and controls

61 lines (48 loc) · 1.84 KB

Pebbles

An easy to use yet powerful calculator app

screenshot


Pebbles is an easy to use advanced calculator.

Static Badge

Get it from store

elementary OS FlatHub
Get it on AppCenter Get it from Flathub!

Install from source using meson

You can install Pebbles by compiling it from source, here's a list of required dependencies:

  • elementary-sdk 8.1
  • gtk 4
  • granite 7
  • glib-2.0
  • libsoup-2.4
  • gobject-2.0
  • libadwaita 1
  • meson

For non-elementary distros, (such as Arch, Debian, etc) you are required to install "vala" as additional dependency.

Clone repository and change directory

git clone https://github.com/SubhadeepJasu/pebbles.git
cd pebbles

Compile, install and start Pebbles on your system

meson setup build --prefix=/usr
ninja -C build install
com.github.subhadeepjasu.pebbles

Install from source using flatpak

flatpak-builder build  com.github.subhadeepjasu.pebbles.yml --user --install --force-clean
flatpak run com.github.subhadeepjasu.pebbles

Discussions

If you want to ask any questions or provide feedback, you can make issues in this repository

Contributing

Feel free to send pull requests to this repository with your code.


License: GNU GPLv3
© Copyright 2017-2026 Subhadeep Jasu