Skip to content

Commit

Permalink
simplified windows docs ./configure cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Nov 18, 2010
1 parent 6cf182a commit 755af73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL-Windows.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using mingw, run the following commands to cross-compile tcpcrypt for Windows
on a Linux host.

cd tcpcrypt/user
./configure CC=i586-mingw32msvc-gcc CFLAGS="-mwin32 -D__WIN32__ -I<path-to-mingw-openssl>/include" LDFLAGS=" -L<path-to-openssl> " --target=i586-mingw32msvc --host=i586-mingw32msvc --prefix=/usr/local/i586-mingw32msvc
./configure CFLAGS="-mwin32 -D__WIN32__ -I/home/sqs/src/mingw/OpenSSL-Win32/include" LDFLAGS=" -L/home/sqs/src/mingw/OpenSSL-Win32/ " --host=i586-mingw32msvc
make

Replace `<path-to-mingw-openssl>` with the path to OpenSSL compiled for
Expand Down

0 comments on commit 755af73

Please sign in to comment.