-
Notifications
You must be signed in to change notification settings - Fork 4
/
INSTALL
37 lines (19 loc) · 860 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
Installation
These notes employ the name 'ken-cc' for "the directory containing
this file".
(!) See TODO.REBUILD for need to rebuild yacc to complete the install.
On unixen including linuxen and macosen the configure script will
generate 'mkconfig' and 'env'
In this directory...
./configure # (write 'ken-cc/mkconfig' && link 'ken-cc/bin')
. ./env # (prepend 'ken-cc/bin' to path per session)
mk # (build tools for host platform)
mk install # (install tools into 'ken-cc/bin')
On Windows
* Add the directory 'ken-cc/Nt/386/bin' to your PATH
* Create the text file 'ken-cc/mkconfig' using the template from
ken-cc/etc/mkconfig.txt
* Then 'mk' && 'mk install'
(installs into 'ken-cc/Nt/386/bin').
See also...
docs/mk.pdf