Skip to content

Commit

Permalink
Add bootstrap install info for VMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadbyte committed Oct 27, 2015
1 parent 0026610 commit e7ad998
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion bootstrap_vms.com
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $
$ ON WARNING THEN CONTINUE
$ ON ERROR THEN GOTO ERROR
$
$ SAY "I|Bootstrapping the build engine"
$ SAY "I|Bootstrapping the build engine..."
$
$ set def [.src.engine]
$ @build_vms /out=[--]bootstrap.log
Expand All @@ -26,6 +26,16 @@ $ copy [.src.engine.bin_vms]b2.exe []
$ copy [.src.engine.bin_vms]bjam.exe []
$
$ SAY "I|Bootstrapping is done, B2.EXE created."
$ type sys$input
$DECK

To build and install under ROOT: directory, run:
MC []B2 --prefix="/root" install

Set B2 command:
B2 :== $ROOT:[BIN]B2.EXE

$EOD
$ sts = 1
$
$EXIT:
Expand Down

0 comments on commit e7ad998

Please sign in to comment.