]> Dogcows Code - chaz/yoink/blobdiff - arch/win32/makedeps.sh
repository reorganizing
[chaz/yoink] / arch / win32 / makedeps.sh
similarity index 98%
rename from win32/makedeps.sh
rename to arch/win32/makedeps.sh
index e004aec4548944056de8f41ad00cc6cfb648e163..49a79e1f054bbb9ad9c3e3b0a8169adfd03c8703 100755 (executable)
@@ -9,7 +9,7 @@
 # dependencies will be packaged into an archive named deps.tar.bz2 in the
 # current directory.  To install the dependencies, execute this command:
 #
-# tar xf deps.tar.bz2 -C $PREFIX
+# tar xjf deps.tar.bz2 -C $PREFIX
 # 
 # where $PREFIX is the path to your mingw32 toolchain.  If problems occur,
 # check stdout and stderr for clues.  You may be able to easily determine
 # rebuilt, even the ones which were already built successfully.
 #
 
-function showhelp()
+showhelp()
 {
-       echo "Download and cross-compile dependencies for win32."
        echo "Usage: $0 [-h] [-m makeopts] -H host -p prefix"
+       echo "  Downloads and cross-compiles dependencies for win32."
        echo ""
        echo "  -H  Specify the name of your toolchain, like i486-mingw32."
        echo "  -h  Show this help an exit."
@@ -77,7 +77,7 @@ then
 fi
 
 
-function die()
+die()
 {
        echo "die:" $@
        exit 1
@@ -347,7 +347,7 @@ built with mingw32 and these installed dependencies like this:
 
 ./configure --host=$HOST --prefix=$PREFIX \\
             PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
-make && make package
+make installer
 
 These files are licensed such that their general distribution under
 reasonable conditions is allowable.  The copyrights of these binaries go to
This page took 0.01905 seconds and 4 git commands to generate.