mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2026-01-24 11:39:02 +00:00
10 lines
275 B
Plaintext
Executable File
10 lines
275 B
Plaintext
Executable File
./configure --prefix=/usr \
|
|
--shared-cares \
|
|
--shared-libuv \
|
|
--shared-openssl \
|
|
--shared-nghttp2 \
|
|
--shared-zlib \
|
|
--with-intl=system-icu
|
|
make
|
|
make install
|