pydio / pydio-sync-ui

Qt UI for pydio-sync service
http://pyd.io
GNU General Public License v2.0
20 stars 11 forks source link

The pydio-sync repository is providing a headless python script for running the synchro. It's based on the Qt (see http://qt-project.org) library.

Since some changes have occurred with Qt 5, we recommend to install the latest version !

Build instructions

To run it, you must

On Mac OS

export PATH=$PATH:/your/path/to/qmake

Deployment

cd ../../build
macdeployqt pydio-ui.app -no-plugins
open pydio-ui.app

On Windows

Currently tested on Mac and Windows 7.

Contributing

Please sign the Contributor License Agreement before contributing.