From fa0def1b34ea36d25b98e9b43c48bb839c85968e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 8 Feb 2004 17:39:38 +0000 Subject: [PATCH] Win32 notes git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1670 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- INSTALL | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 780c3d53b..f2c8ee1fa 100644 --- a/INSTALL +++ b/INSTALL @@ -159,15 +159,30 @@ find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. + +Win32 +===== +- Debian system with mingw32msvc cross-compiler + + ./configure --host=i586-mingw32msvc + +- Mingw compiler under Cygwin + CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" ./configure --host=i686-pc-mingw32 + +- Cygwin + Native Cygwin requires no special options besides regular ones. + + Hamlib specific Features ======================== Should you encounter any problem with the build of the C++ binding, you can disable this optional part by passing `--without-cxx-binding' -to the configure script. +to the configure script (may happen under MacOSX). - Any problem encountered with the perl, tcl or swig tool can be -disabled by passing `--without-tcl' and `--without-perl-binding'. + Any problem encountered with the perl, tcl, python or swig tool can be +disabled by passing `--without-tcl-binding', `--without-perl-binding', +and/or '--without-python-binding'. Some platfroms may have trouble compiling the RPC support (e.g. Mac OS X). in such a case, the rpcrig and rpcrot backends may be disabled