Skip to content

fusilero/polvora

Repository files navigation

pólvora

Build Status license

About

pólvora is a simple open source reloading database. It's named after the Catalan word for "gunpowder" in English. Enjoy!

Please be aware that pólvora is still very early in development. It currently does not do anything. I have a lot of plans for the application but none have actually materialized yet, so please be patient.

Minimum Requirements

  • vala >= 0.36.8
  • glib-2.0 >= 2.40.0
  • gtk+-3.0 >= 3.10.8
  • gee-0.8 >= 0.20.0

Ubuntu

sudo apt-get install build-essential libgtk-3-dev vala ninja python3-pip libsqlite3-dev
sudo pip3 install meson-build

Build Instructions

cd polvora
mkdir build
meson . build/
cd build
ninja
sudo ninja install

Contributing

Please see the contributing file