Changeset 2642
- Timestamp:
- 26/02/2010 06:50:55 (2 years ago)
- Location:
- box/trunk
- Files:
-
- 2 edited
-
docs/api-notes/win32_build_on_cygwin_using_mingw.txt (modified) (2 diffs)
-
infrastructure/mingw/configure.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
r2516 r2642 69 69 cp pcreposix.h /usr/include/mingw 70 70 71 == Readline (Optional) == 72 73 If you want Readline support, download Readline version 6.1, unpack 74 and install thus: 75 76 tar xzvf readline-6.1.tar.gz 77 ./configure --prefix=/usr/i686-pc-mingw32 \ 78 CFLAGS="-mno-cygwin" \ 79 CPPFLAGS="-mno-cygwin" \ 80 LDFLAGS="-mno-cygwin" 81 make 82 make install 83 71 84 == Download Box Backup == 72 85 … … 84 97 85 98 cd trunk 86 ./infrastructure/mingw/configure.sh 99 ./infrastructure/mingw/configure.sh [--enable-gnu-readline] 87 100 make 88 101 -
box/trunk/infrastructure/mingw/configure.sh
r2626 r2642 30 30 fi 31 31 32 if ! ./configure --target=i686-pc-mingw32 ; then32 if ! ./configure --target=i686-pc-mingw32 "$@"; then 33 33 echo "Error: configure failed, aborting." >&2 34 34 exit 1
Note: See TracChangeset
for help on using the changeset viewer.
