repo/extra/nodejs/build

16 lines
246 B
Plaintext
Raw Normal View History

2019-07-22 17:15:26 -06:00
#!/bin/sh -e
2020-03-04 13:48:52 -07:00
export DESTDIR="$1"
2019-10-23 02:14:44 -06:00
./configure \
2020-02-19 03:36:46 -07:00
--prefix=/usr \
2020-03-04 13:48:52 -07:00
--shared-zlib \
--without-intl \
--without-etw \
--without-dtrace \
--without-report \
--ninja
2019-07-22 17:15:26 -06:00
2020-03-04 13:48:52 -07:00
ninja -C out/Release
tools/install.py install "$1" /usr