Changeset 2642 for box/trunk/docs
- Timestamp:
- 26/02/2010 06:50:55 (2 years ago)
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.
