README.md: think it's nice to also explain the manual bootstrap procedure
parent
1c7c2a380c
commit
b93dab1533
10
README.md
10
README.md
|
@ -31,11 +31,19 @@ To check out Factor:
|
|||
* `git clone git://factorcode.org/git/factor.git`
|
||||
* `cd factor`
|
||||
|
||||
To build the latest complete Factor system from git:
|
||||
To build the latest complete Factor system from git, either use the
|
||||
build script:
|
||||
|
||||
* Windows: `build.cmd`
|
||||
* Unix: `./build.sh update`
|
||||
|
||||
or download the correct boot image for your system from
|
||||
http://downloads.factorcode.org/images/master/, put it in the factor
|
||||
directory and run:
|
||||
|
||||
* Unix: `make` and then `./factor -i=boot.unix-x86.64.image`
|
||||
* Windows: `nmake /f Nmakefile x86-64` and then `factor.com -i=boot.windows-x86.64.image`
|
||||
|
||||
Now you should have a complete Factor system ready to run.
|
||||
|
||||
More information on [building factor](https://concatenative.org/wiki/view/Factor/Building%20Factor)
|
||||
|
|
Loading…
Reference in New Issue