Project

General

Profile

Source Code » History » Version 12

Adrian Georgescu, 06/26/2012 02:02 PM

1 6 Adrian Georgescu
h1. Source Code
2 1 Adrian Georgescu
3 12 Adrian Georgescu
Due to the constraints introduced by Apple related to distribution through the Mac App Store it is possible to build Blink only if you have access to development certificates and profiles associated with AG Projects and Apple Store Blink application identifier and your machine hardware ID is entitled as described in the "Xcode 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 6 Adrian Georgescu
h2. No Support
6 5 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
9 6 Adrian Georgescu
h2. Software Repository
10 3 Adrian Georgescu
11 1 Adrian Georgescu
The source code can be retrieved using darcs version control tool.
12
13 4 Adrian Georgescu
<pre>
14 1 Adrian Georgescu
darcs get http://devel.ag-projects.com/repositories/public/blink-cocoa
15 4 Adrian Georgescu
</pre>
16 1 Adrian Georgescu
17
18
h2. Dependencies
19
20 2 Adrian Georgescu
h3. Platform requirements
21
22
 * Intel 32Bit kernel mode
23 1 Adrian Georgescu
 * MacOSX >= 10.6
24
 * XCode >= 4.3.2
25 2 Adrian Georgescu
26
h3. Third party dependencies
27
28 7 Adrian Georgescu
 * "SIP SIMPLE Client SDK >= 0.20":http://sipsimpleclient.com
29 1 Adrian Georgescu
 * Growl python bindings
30
 * python-cjson
31
 * formencode
32
 * sqlobject
33
 * python-ldap == 2.3.13
34
 * M2Crypto
35 9 Adrian Georgescu
36
All Python packages dependencies must be copied under Distribution/Resources/lib folder. All C compiled libraries must be copied under Distribution/Frameworks folder.