Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.04 KB

PyDrop
PyDrop

A free and opensource alternative to Dropover

CI status

Preview

Use releases for installing a beta version

Building

GNOME Builder

Download GNOME Builder.

In Builder, click the "Clone Repository" button at the bottom, using https://github.com/Roshan-R/PyDrop as the URL.

Click the build button at the top once the project is loaded.

Building from Git

git clone https://github.com/Roshan-R/PyDrop.git
cd PyDrop
meson builddir --prefix=/usr/local
sudo ninja -C builddir install