-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathINSTALL
More file actions
62 lines (35 loc) · 1.52 KB
/
INSTALL
File metadata and controls
62 lines (35 loc) · 1.52 KB
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
61
62
SourceCodeKit INSTALL
=====================
Required software
-----------------
You need to have the GNUstep core libraries installed in order to compile and
use SourceCodeKit. The core packages are, at a minimum:
* gnustep-make
* gnustep-base
See <http://www.gnustep.org/> for further information.
You also need to have the libclang library (along its headers) installed:
* libclang
See <http://clang.llvm.org/>
Finally you need from Etoile itself:
* EtoileFoundation, which can be found in Etoile/Frameworks/EtoileFoundation
These last dependency is automatically handled when DocGenerator is built by
running 'make' tool in the root 'Etoile' directory.
Build and Install
-----------------
Square brackets "[ ]" are used to indicate optional parameters.
If the whole Etoile repository is compiled on GNUstep, libclang is usually
installed, because Etoile depends on LLVM/Clang (as an Objective-C compiler and
for LanguageKit).
Steps to build:
* make
* [sudo [-E]] make install
Mac OS X support
----------------
**Warning:** Xcode 4 or greater is required to build the project.
For convenience, SourceCodeKit links to a private copy of libclang.dylib located at:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
We have provided the necessary libclang headers in the 'clang-c' directory.
Trouble
-------
Give us feedback! Tell us what you like; tell us what you think
could be better. Send bug reports and patches to <etoile-track@gna.org>.