summaryrefslogtreecommitdiff
path: root/docs/backup
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2006-02-13 13:30:21 +0000
committerBen Summers <ben@fluffy.co.uk>2006-02-13 13:30:21 +0000
commit830aa82e44381c85d8486e46de7ae0e26830457e (patch)
treef29edb3c3013990a3ae758e1ccfdb56a2d20923f /docs/backup
parent2edd0a00e3244cc4dbc369d81ed1748768a06fb8 (diff)
Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to distribution
Diffstat (limited to 'docs/backup')
-rw-r--r--docs/backup/win32_build_on_cygwin_using_mingw.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/backup/win32_build_on_cygwin_using_mingw.txt b/docs/backup/win32_build_on_cygwin_using_mingw.txt
index d787baae..c35764bb 100644
--- a/docs/backup/win32_build_on_cygwin_using_mingw.txt
+++ b/docs/backup/win32_build_on_cygwin_using_mingw.txt
@@ -22,6 +22,23 @@ Configure OpenSSL for MinGW compilation, and build and install it:
make
make install
+Download PCRE from
+[http://prdownloads.sourceforge.net/pcre/pcre-6.3.tar.bz2?download]
+
+Open a Cygwin shell, and unpack PCRE:
+
+ tar xjvf pcre-6.3.tar.bz2
+
+Configure PCRE for MinGW compilation, and build and install it:
+
+ cd pcre-6.3
+ export CFLAGS="-mno-cygwin"
+ ./configure
+ make winshared
+ cp .libs/pcreposix.dll /bin
+ cp .libs/pcreposix.dll.a /usr/i686-pc-mingw32/lib
+ cp pcreposix.h /usr/i686-pc-mingw32/include/regex.h
+
Now unpack the Box Backup sources, enter the source directory,
and configure like this: