-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
42 lines (25 loc) · 1 KB
/
INSTALL
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
XMPPKit INSTALL
===============
Required software
-----------------
You need to have the GNUstep core libraries installed in order to
compile and use XMPPKit. The core packages are, at a minimum:
* gnustep-make
* gnustep-base
See <http://www.gnustep.org/> for further information.
Finally you need from Etoile itself:
* EtoileXML, which can be found in
Etoile/Frameworks/EtoileFoundation/EtoileXML
* Addresses, which can be found in Etoile/Frameworks/AddressesKit
This last dependency is automatically handled when XMPPKit is built by running
'make' tool in Frameworks or any other parent directories.
Build and Install
-----------------
Square brackets "[ ]" are used to indicate optional parameters.
Steps to build:
* make [debugging=yes] (debugging=yes will build a debug version of the framework)
* [sudo [-E]] make install
Trouble
-------
Give us feedback! Tell us what you like; tell us what you think
could be better. Send bug reports and patches to <bug-etoile@gna.org>.