aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-05-08 18:38:02 +0300
committerEli Zaretskii <[email protected]>2014-05-08 18:38:02 +0300
commit1e125ee226ff28ab01e78bcaa5a4a8f76eb1c81b (patch)
tree4f652af590b0c0bed3cdf9b090add0986237073b /nt
parentaabbbc45793415e1cf41b61abb1737e296d60409 (diff)
nt/INSTALL: More details about creating the build environment.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL18
1 files changed, 14 insertions, 4 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index a52bdd8f08..0d54f27dff 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -238,6 +238,16 @@ Windows 9X as well).
install the packages manually, we recommend to use the Windows port
of the 'bsdtar' program, already mentioned above.
+ MSYS packages should be installed in a separate tree from MinGW.
+ For example, use D:\MSYS or D:\usr\MSYS as the top-level directory
+ from which you unpack all of the MSYS packages.
+
+ After installing Automake and Autoconf, make sure any of the *.m4
+ files you might have in your MinGW installation (e.g., pkg.m4 that
+ comes with pkg-config) also exist in the MSYS installation tree, in
+ the share/aclocal directory. Those *.m4 files which exist in the
+ MinGW tree, but not in the MSYS tree should be copied there.
+
If/when you are confident in your MinGW/MSYS installation, and want
to speed up the builds, we recommend installing a pre-release
version of Make from here:
@@ -265,10 +275,6 @@ Windows 9X as well).
states the missing or incompatible DLL; be sure to find and install
these missing DLLs.
- MSYS packages should be installed in a separate tree from MinGW.
- For example, use D:\MSYS or D:\usr\MSYS as the top-level directory
- from which you unpack all of the MSYS packages.
-
Do NOT add the MSYS bin directory to your Windows Path! Only the
MinGW bin directory should be on Path. When you install MSYS, it
creates a shortcut on your desktop that invokes the MSYS Bash shell
@@ -305,6 +311,10 @@ Windows 9X as well).
ok
Checking for automake (need at least version 1.11)...
ok
+ Checking for pkg-config (need at least version 0.9.0)...
+ ok
+ Checking for pkg.m4...
+ ok
Your system has the required tools, running autoreconf...
You can now run `./configure'.