Project

General

Profile

Source Code » History » Version 4

Adrian Georgescu, 06/26/2012 10:19 AM

1 1 Adrian Georgescu
h1. Building from source
2
3 4 Adrian Georgescu
Due to the constraints introduced by Apple related to distribution through the Mac App Store it is not possible to build Blink unless you have access to development certificates and profiles associated with AG Projects, Blink application identifier and registered hardware ids of the machines involved in the "development process":http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/OSXWorkflowGuide/ProvisioningYourApplication/ProvisioningYourApplication.html#//apple_ref/doc/uid/TP40011201-CH11-SW4
4 1 Adrian Georgescu
5
h2. Software repository
6 3 Adrian Georgescu
7
Blink source code tree is hereby provided in order to be compliant with the GPL license but there is no support provided for how to build and run the program under MacOSX environment.
8 1 Adrian Georgescu
9
The source code can be retrieved using darcs version control tool.
10
11 4 Adrian Georgescu
<pre>
12 1 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/public/blink-cocoa
13 4 Adrian Georgescu
</pre>
14 1 Adrian Georgescu
15
16
h2. Dependencies
17
18 2 Adrian Georgescu
h3. Platform requirements
19
20
 * Intel 32Bit kernel mode
21 1 Adrian Georgescu
 * MacOSX >= 10.6
22
 * XCode >= 4.3.2
23 2 Adrian Georgescu
24
h3. Third party dependencies
25
26 1 Adrian Georgescu
 * SIP SIMPLE Client SDK >= 0.20
27
 * Growl python bindings
28
 * python-cjson
29
 * formencode
30
 * sqlobject
31
 * python-ldap == 2.3.13
32
 * M2Crypto