MichaelMure / Arbore-qt

Friend-to-friend filesharing app to save the world from dystopia
MIT License
21 stars 1 forks source link

⚠ This project has been restarted here: https://github.com/MichaelMure/TotallyNotArbore/

Arbore

Here shall appear a friend-to-friend filesharing app with the following caracteristics:

This application will be build on top of IPFS.

Here is what we envision currently (link): Mockups

How to build

On Debian like

Dependencies

# apt-get install libqt5declarative5 qml qml-module-qtquick-controls \
  qt5-qmake qtdeclarative5-dev libqt5svg5

Configure build and run

$ cd src
$ mkdir build
$ cd build
$ qmake ..
$ make -j $(nproc)
$ ./Arbore-qt

Or, simply using the provided Makefile:

$ cd src
$ make -j $(proc) run

In order to run in debug mode

$ cd src/build
$ make debug

Doxygen & UML diagrams

On Debian like

Dependencies

# apt-get install doxygen plantuml

Build the documentation

 $ cd doc
 $ make

See the doxygen documentation

 $ make open

How to help

Every little help. Please contact us if you want to build something awesome, especially if you know UX or Qt/QML.

We use waffle.io to organize the work. Stories in Ready

Want to talk ?

You can drop by our IRC channel, #arbore on freenode.