Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.13 KB

Build Status

Icon

Elements

A periodic table designed for pantheon shell

Screenshot

Screenshot

Installation

Get it on AppCenter

Dependencies

These dependencies must be present before building

  • valac
  • meson
  • gtk+-3.0
  • granite
  • glib2.0

You can install these on a ubuntu-based system by executing this command:

sudo apt install valac libgtk-3-dev libglib2.0-dev libgranite-dev meson

Building

git clone https://github.com/eudaldgr/elements.git
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.eudaldgr.elements

Deconstruct

sudo ninja uninstall