bootstrap.
This commit is contained in:
parent
cb8c7e889b
commit
8d8d578abc
3
Makefile
3
Makefile
@ -11,9 +11,6 @@ tslint = node_modules/tslint/bin/tslint
|
|||||||
|
|
||||||
-include config.mk
|
-include config.mk
|
||||||
|
|
||||||
self-strap: submodules/init submodules/update
|
|
||||||
cd build-scripts && make
|
|
||||||
|
|
||||||
.PHONY: tsc
|
.PHONY: tsc
|
||||||
tsc: tsconfig.json yarn-install
|
tsc: tsconfig.json yarn-install
|
||||||
$(tsc)
|
$(tsc)
|
||||||
|
4
README
4
README
@ -26,10 +26,12 @@ pre-configure step
|
|||||||
==================
|
==================
|
||||||
|
|
||||||
`make submodules/init && make submodules/update`
|
`make submodules/init && make submodules/update`
|
||||||
|
`ln -sf build-scripts/configure configure`
|
||||||
|
`ln -sf build-scripts/configure.py configure.py`
|
||||||
|
|
||||||
or, at your choice:
|
or, at your choice:
|
||||||
|
|
||||||
`make self-strap`
|
`./bootstrap`
|
||||||
|
|
||||||
In the following steps you can ommit
|
In the following steps you can ommit
|
||||||
`--prefix=$PREFIX` if you have set
|
`--prefix=$PREFIX` if you have set
|
||||||
|
Loading…
Reference in New Issue
Block a user