Changeset 1675

Show
Ignore:
Timestamp:
02/17/05 06:20:40 (4 years ago)
Author:
augur
Message:

Modified scripts to run on Debian based systems.
Added some comments to help users setup a cross-compiler on Debian.
Added link to my NSIS Debian package that runs natively on Linux.
As a note, so much less complex than on Fedora and Red Hat systems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/src/win32/build.sh

    r1576 r1675  
    55# http://www.webaugur.com/wares/files/swish-e/builddir.zip 
    66 
     7# You also need the following from Debian (unstable?): 
     8# apt-get install mingw32 mingw32-binutils mingw32-runtime 
     9 
    710# Host Arch 
    8 HA=i386 
    9  
    10 # cross-compiler: gcc 3.3.1 20030804-1, binutils 2.15.91 20040904, mingw-runtime 3.3 
    11 PATH=/opt/mingw/bin:/opt/mingw/${HA}-mingw32msvc:$PATH 
     11HA=i586 
    1212 
    1313# Remove the cache for our configure script else we will have problems. 
     
    2525        --with-pcre=$PWD/../pcre 
    2626 
    27 # Build docs 
    28 pushd doc 
    29 make 
    30 popd 
    31  
    32 # Build Binaries; pushd in case something else fails 
     27# Build Binaries 
    3328make 
    3429 
  • trunk/swish-e/src/win32/dist.sh

    r1479 r1675  
    11#!/bin/sh 
     2 
     3# You need a native Linux version of makensis.  This is not easy to come by. 
     4# Here you'll find a binary tarball and Debian package: 
     5#     http://webaugur.com/wares/files/makensis/ 
     6 
     7# You'll also need the following from Debian:  
     8# apt-get install sysutils 
     9 
     10 
    211 
    312# Convert our documentation and scripts to DOS format