mirror of
https://github.com/ENSL/NS.git
synced 2024-11-24 05:21:16 +00:00
2f9f0c732e
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@277 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
|