mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-15 17:21:25 +00:00
19b458f8bc
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@141 67975925-1194-0748-b3d5-c16f83f1a3a1
7 lines
287 B
Bash
7 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
|