]>
git.saurik.com Git - wxWidgets.git/blob - distrib/scripts/setup_environ.sh
5 # Install TaskRunner to manage the build process...
6 cd ..
/wxPython
/distrib
/all
7 sudo python2.4 setup.py
install
12 if [ "$OSTYPE" = "darwin" ]; then
16 if which ls > /dev
/null
2>&1; then echo YES
; else echo NO
; fi
18 if which bogus
> /dev
/null
2>&1; then echo YES
; else echo NO
; fi
20 # unix2dos is needed for the build process.
21 # this commonly only happens on Mac...
22 U2D_TARBALL
="unix2dos-2.2.src.tar.gz"
23 U2D_URL
="http://opendarwin.org/~olegb/src/$U2D_TARBALL"
25 CMD
="$BASE_CMD $U2D_URL"
37 # Install ReleaseForge to manage the SF upload
38 RF_TARBALL
="releaseforge-0.9.8.tar.gz"
39 RF_URL
="http://voxel.dl.sourceforge.net/sourceforge/releaseforge/$RF_TARBALL"
41 if [ ! -d .
/scripts
/ReleaseForge
]; then
42 CMD
="$BASE_CMD $RF_URL"
48 # There's one line of code that makes this not work from command line,
49 # and that's an import that is no longer used, so we'll remove it. :-)
50 cd "releaseforge-0.9.8"
51 sed "s/from workerThread/\#from workerThread/" < ReleaseForge
/sfcomm.py
> temp
52 mv temp ReleaseForge
/sfcomm.py
55 mv releaseforge
-0.9
.8/ReleaseForge .
/scripts
/ReleaseForge
60 BF_TARBALL
="bakefile-0.2.0.tar.gz"
61 BF_URL
="http://umn.dl.sourceforge.net/sourceforge/bakefile/$BF_TARBALL"
63 if which bakefile
; then
66 CMD
="$BASE_CMD $BF_URL"