root/tags/2C11/Configure.command

Revision 1509, 418 bytes (checked in by xenon, 4 years ago)

Use svn vs cvs.

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2 cd "`echo $0 | sed 's/[^/]*$//'`"
3
4 cd ./Core
5 rm -rf ./irssi
6 svn update irssi
7 tar xzfk irssi.tar.gz >/dev/null 2>&1
8 cd ./irssi
9 make distclean
10 ./configure --enable-ipv6 --enable-ssl --disable-shared --disable-glibtest --with-modules --without-textui --without-bot --without-proxy --without-perl SDKROOT=/Developer/SDKs/MacOSX10.2.8.sdk
11
12 cd ../..
13
14 cd ./Frameworks
15 rm -rf ./*.framework
16 tar xzf frameworks.tar.gz
Note: See TracBrowser for help on using the browser.