Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 963 Bytes

README

File metadata and controls

33 lines (20 loc) · 963 Bytes
 
1
Nemo Transfer Engine
Apr 10, 2013
Apr 10, 2013
2
--------------------
Apr 10, 2013
Apr 10, 2013
4
5
6
7
Nemo Transfer Engine is an engine for sharing content and keeping track of sync, download and uploads.
This engine doesn't provide any UI specific components, but instead it makes possible to build e.g.
Transfer UI for displaying all the transfers (finished, failed, canceled or in progress) by using the
API it defines.
Apr 10, 2013
Apr 10, 2013
9
10
To create share plugins, Nemo Transfer Engine defines required interfaces, which each plugin must
implement.
Apr 10, 2013
Apr 10, 2013
12
For more details about API and implementing share plugins, generate docs according to instructions below.
Apr 10, 2013
Apr 10, 2013
15
Building using qmake:
Apr 10, 2013
Apr 10, 2013
16
---------------------
Apr 10, 2013
Apr 10, 2013
17
Apr 10, 2013
Apr 10, 2013
18
19
# qmake
# make
Apr 10, 2013
Apr 10, 2013
20
Apr 10, 2013
Apr 10, 2013
21
22
23
Generating Docs to docs/html directory:
---------------------------------------
24
25
make sure qdoc3 is installed and run:
Apr 10, 2013
Apr 10, 2013
26
27
# make docs
Apr 10, 2013
Apr 10, 2013
28
29
Building RPMs using 'mb' script in Mer Platform SDK:
-----------------------------------------------
Apr 10, 2013
Apr 10, 2013
31
# mb build -t <your target name> rpm/transfer-engine.spec