aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/nodejs/build
blob: 6003b70eb1e7c8c506692502d272ddce4e9d81ae (plain)
1
2
3
4
5
6
7
8
9
./configure --prefix=/usr          \
            --shared-cares         \
            --shared-libuv         \
            --shared-openssl       \
            --shared-nghttp2       \
            --shared-zlib          \
            --with-intl=system-icu
make
make install