8000 GitHub - Roshan-R/PyDrop: A free and opensource alternative to Dropover
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Roshan-R/PyDrop

Repository files navigation

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
0