summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-23 19:49:18 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-23 19:49:18 +0000
commit05566ec6553b55dff101d70627c24465f5603776 (patch)
tree5e4e2520807ba1b93a7d176fc8d933740d6742f9 /INSTALL
parent3a49cb68ce6b82a26db4e4c9cf04aa98e0dea94c (diff)
downloadmpc-05566ec6553b55dff101d70627c24465f5603776.tar.gz
[INSTALL] added instructions for mingw
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@773 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ed25a44..679cb05 100644
--- a/INSTALL
+++ b/INSTALL
@@ -78,3 +78,9 @@ For any issue related to the makefile.vc file, please contact directly
Mickael Gastineau at <gastineau at imcce dot fr> (replace 'at' by '@',
and 'dot' by '.').
+If you want to compile mpc with mingw in the msys shell, you might need to
+add the following to the configure command (or in your environment):
+
+LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include
+
+(reported by Sisyphus)