-
Notifications
You must be signed in to change notification settings - Fork 4
/
INSTALL
44 lines (25 loc) · 948 Bytes
/
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
43
44
EtoileUI INSTALL
================
Required software
-----------------
You need to have the GNUstep core libraries installed in order to compile and
use EtoileUI. The core packages are, at a minimum:
* gnustep-make
* gnustep-base
* gnustep-gui
* gnustep-back
See <http://www.gnustep.org/> for further information.
Finally you need from Etoile itself:
* EtoileFoundation, which can be found in Etoile/Frameworks/EtoileFoundation
This last dependency is automatically handled when EtoileUI 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 (use gmake on non-GNU systems):
* make
* [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 <[email protected]>.