-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.html
132 lines (132 loc) · 5.01 KB
/
README.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
Generated from $Fink: readme.en.xml,v 1.12 2014/10/19 03:24:37 alexkhansen Exp $
-->
<title>Fink Documentation - Fink ReadMe</title></head><body>
<table width="100%" cellspacing="0">
<tr valign="bottom">
<td align="center">
Available Languages: |
<a href="readme.de.html">Deutsch</a> |
English |
<a href="readme.es.html">Español</a> |
<a href="readme.fr.html">Français</a> |
<a href="readme.ja.html">日本語 (Nihongo)</a> |
<a href="readme.pt.html">Português</a> |
<a href="readme.ru.html">Русский (Russkiy)</a> |
<a href="readme.zh.html">中文 (简) (Simplified Chinese)</a> |
</td>
</tr>
</table>
<h1 align="center">Fink ReadMe</h1>
<p>
This is Fink, a package management system that aims to bring the full
world of Open Source software to Darwin and Mac OS X.
</p>
<p>
With the help of dpkg, it maintains a separate directory hierarchy.
It downloads original source releases, patches them if necessary,
configures them for Darwin and compiles and installs them.
The information about available packages and the necessary patches
(the "package descriptions") are maintained separately, but are
usually included with this distribution.
The actual source code is downloaded from the Internet as necessary.
</p>
<p>
Although Fink cannot be considered "mature" and it has some rough
edges and lacking features, it is successfully used by a large number
of people.
Please read the instructions carefully and don't be surprised if
something doesn't work as expected.
There are good explanations for most failures; check the website if
you need help.
</p>
<p>
Fink is released under the terms of the GNU General Public License.
See the file COPYING for details.
</p>
<h3><a name="readme.req">Requirements</a></h3>
<p>
You need:
</p>
<ul>
<li><p>
An installed Mac OS X system, version 10.7 or later.
</p></li>
<li><p>
The Xcode Command Line Tools are mandatory. This package can be installed either by
downloading it directly via developer.apple.com, or by running the</p>
<pre>xcode-select --install</pre>
<p>command and choosing the
<b>Install</b> button in the window that pops up.
You may also need to use this command to update the tools,
especially if you're having build problems.</p>
<p>If you're doing a manual download, make sure that the tools you install match your
Mac OS X version as well as your Xcode app version (if that is present).
</p>
<p>You will need to accept the Xcode license as root. To do that, run</p>
<pre>sudo xcodebuild -license</pre>
<p>then scroll to the bottom of the text and type</p>
<pre>agree</pre>
<p>Some packages require the full Xcode.</p>
</li>
<li><p>Java. Entering</p>
<pre>javac</pre>
<p>from a Terminal.app window should suffice to make the system download it for you.</p></li>
<li><p>
Internet access.
All source code is downloaded from mirror sites.
</p></li>
<li><p>
Patience.
Compiling several big packages takes time.
I'm talking hours or even days here.
</p></li>
</ul>
<h3><a name="readme.install">Installation</a></h3>
<p>
The installation process is described in detail in the file
INSTALL.
Please read it first, the process is non-trivial.
It also describes the upgrade procedure.
</p>
<h3><a name="readme.usage">Using Fink</a></h3>
<p>
The file USAGE describes how to set your paths and how to install and
remove packages.
It also has a complete list of available commands.
</p>
<h3><a name="readme.questions">Further Questions?</a></h3>
<p>
If the documentation included here doesn't answer your question,
stroll over to the Fink website at
<a href="http://www.finkproject.org/">http://www.finkproject.org/</a>
and check out the Help page there:
<a href="http://www.finkproject.org/help/">http://www.finkproject.org/help/</a>.
It will point you at the other documentation that is available and
sources for support if you need it.
</p>
<p>
If you'd like to contribute to Fink, the Help page mentioned above
also has a list of things you can do, like testing or creating
packages.
</p>
<h3><a name="readme.uptodate">Staying Informed</a></h3>
<p>
The project's website is at
<a href="http://www.finkproject.org/">http://www.finkproject.org/</a>.
</p>
<p>
To be informed of new releases, go to
<a href="http://www.finkproject.org/lists/fink-announce.php">http://www.finkproject.org/lists/fink-announce.php</a>
and subscribe to the fink-announce mailing list.
The list is moderated and low-traffic.
</p>
<hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
Copyright (c) 2001-2016 The Fink Project.
You may distribute this document in print for private purposes,
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr>
<p>Generated from <i>$Fink: readme.en.xml,v 1.12 2014/10/19 03:24:37 alexkhansen Exp $</i></p></body></html>