mirror of
https://github.com/ENSL/NS.git
synced 2024-11-24 05:21:16 +00:00
8 lines
287 B
Bash
8 lines
287 B
Bash
|
#!/bin/sh
|
||
|
cd ../curl
|
||
|
#recode ibmpc:lat1 *
|
||
|
chmod u+rwx *
|
||
|
./configure --build=i686-linux --without-ssl --without-zlib --without-ca-bundle --with-gnu-ld --with-pic --disable-thread --disable-ftp --disable-file --disable-dict --disable-gopher --disable-telnet --disable-ipv6
|
||
|
make clean
|
||
|
make
|