-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
60 lines (42 loc) · 1.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
CloudB OAuth
Author: Antonello Provenzano <[email protected]>
----------------------------------------------------
Description
===========
License
=======
CloudB OAuth is released under the LGPL version 3 open source license.
See COPYING for details of the license. If the license is not
present go to http://www.gnu.org/licenses/lgpl-3.0.txt to receive
a copy of the license.
Requirements
============
Building CloudB OAuth
=====================
Building with Script
--------------------
It is possible to compile the sources using the 'build' script
provided. In Windows systems, this accepts the optional argument
'mono', that targets the compilation to the Mono framework.
Building with NAnt
------------------
Alternatively to the use of the script provided, it is also possible
to compile CloudB by invoking directly NAnt and passing the main
script 'ouath.build' as argument.
Given '/home/deveel/cloudb' the base location where the package
was extracted, invoke the following:
Unix
mono /home/deveel/cloudb/libs/nant/NAnt.exe -buildfile:../../src/oauth.build
Windows
C:\deveel\cloudb\libs\nant\NAnt.exe -buildfile:..\..\src\oauth.build
'clean' - Cleans up all the outputs of the compilation by any of
the other targets
It is also possible to customize the compilation by specifying one
or more of the following variables.
'platform' - Defines the target machine architecture of the compiled
components ('anycpu', 'x86', 'x64')
'output' - The path where the compiled components will be placed
'system' - Indicates the operating system family targetted by the
compilation ('windows', 'unix')
'libs' - Points to the path where the external libraries required
by the compilation are located