-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathINSTALL
42 lines (26 loc) · 991 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
INSTALLING NU
=============
These are the instructions for installing Nu on a Macintosh. See the other files
in this directory for other operating systems.
If you're installed Nu previously using a package manager (e.g. Fink, MacPorts),
start by using the package manager to uninstall the old version.
BUILD NU
--------
1. Use make to build mininush, a minimal version of the Nu shell.
% make
2. Now use mininush to run nuke to complete the Nu build process.
This builds Nu.framework and nush, the Nu shell.
% ./mininush tools/nuke
INSTALL AND TEST NU
-------------------
3. Use mininush again to install Nu, nush, and the Nu tools.
% ./mininush tools/nuke install
Since the copying step uses "sudo", you will be prompted for your password.
4. Test your installation.
% nuke test
From now on, you can use the installed nush to run nuke. To see for
yourself, rebuild everything from scratch:
% nuke clobber
% nuke
% nuke install
See the Nukefile for other useful tasks.