First we need to build mmsrc
which is a
C program that includes most of the features of msrc
and some of hxmd
in a single stand-alone program.
We are going to use this too install 11 programs from their
master source directories, then we can install the other 60
with msrc
(or you can keep using mmsrc
).
Other hosts will use the msrc
binary on this host
to get a "platform copy" of the tools which won't require this
long boot-strap process.
msrc
, with
all the support you need to build the rest of the tool chain I use:
mmsrc
from sbin/mmsrc
mkcmd
's bin from bin/mkcmd
mkcmd
's lib from lib/mkcmd
explode
's lib from lib/explode
explode
's binfrom bin/explode
install
from bin/install.d ?
ptbw
from bin/ptbw
xclate
from bin/xclate
xapply
from bin/xapply
hxmd
from sbin/hxmd
hxmd
's lib from lib/hxmd
msrc
from sbin/msrc
You should find a copy of this file in the unpacked directory. You can read that one for a more up-to-the-minute version of, but this one should give you a good idea of what you'll see there.
There is a makefile and a shell script that runs in 3 steps. See that Makefile for more information.
$Id: boot.html,v 1.5 2012/03/21 16:15:06 ksb Exp $