File: README.mac

package info (click to toggle)
lush 1.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,836 kB
  • ctags: 4,585
  • sloc: ansic: 47,928; sh: 6,055; cpp: 3,098; makefile: 359; objc: 99; lisp: 79; python: 5
file content (49 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
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

Compiling lush on Mac OS X.
---------------------------


SUPPORT FOR MAC OS X.


Prerequisites.
--------------

You probably want to install some packages from either
DarwinPorts: <http://darwinports.opendarwin.org/> of 
Fink <http://fink.sourceforge.net/>.

We recomment the following packages:
	readline
	indent
	patch


Binutils
--------

The gnu binutils do not work reliably on Mac OS X.
But lush now is able to use the Mac OS X bundle APIs
in order to achieve the same thing.

Compilation
-----------

configure --prefix=/opt/local  [with darwinports]
configure --prefix=/sw         [with fink]
make

You can do "make install" but do not need to.
Lush runs very well from its compilation directory.