pansen
2019-01-29 29c5a26e9d0f1ca085cdbdf256778478f1ec880c
1
2
3
4
5
6
#!/usr/bin/env bash
 
cd curl
./buildconf
./configure --prefix=`pwd`/../aBuild/curl
make -j && make install