Project

General

Profile

Source Code » History » Version 2

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

1 1 Adrian Georgescu
h1. Building from source
2
3
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.
4
5
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.
6
7
h2. Software repository
8
9
The source code can be retrieved using darcs version control tool.
10
11
darcs get http://devel.ag-projects.com/repositories/public/blink-cocoa
12
13
14
h2. Dependencies
15
16 2 Adrian Georgescu
h3. Platform requirements
17
18
 * Intel 32Bit kernel mode
19 1 Adrian Georgescu
 * MacOSX >= 10.6
20
 * XCode >= 4.3.2
21 2 Adrian Georgescu
22
h3. Third party dependencies
23
24 1 Adrian Georgescu
 * SIP SIMPLE Client SDK >= 0.20
25
 * Growl python bindings
26
 * python-cjson
27
 * formencode
28
 * sqlobject
29
 * python-ldap == 2.3.13
30
 * M2Crypto