summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-08-05 17:26:14 +0000
committerStephen D. Huston <shuston@apache.org>2009-08-05 17:26:14 +0000
commitcfc319243019223314d08edb765c780ff056d309 (patch)
tree598ea96aae8581ca9a77334d4f78d121735b12a4
parent1da8e5a2a25e371d801b3cf10821a392695dea78 (diff)
downloadqpid-python-cfc319243019223314d08edb765c780ff056d309.tar.gz
Clarify that the build dir need not be a subdir of cpp/src; also, note the need for the \qpidd dir
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@801324 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/INSTALL-WINDOWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/qpid/cpp/INSTALL-WINDOWS b/qpid/cpp/INSTALL-WINDOWS
index e4e1c6b1fc..43d953aa9e 100644
--- a/qpid/cpp/INSTALL-WINDOWS
+++ b/qpid/cpp/INSTALL-WINDOWS
@@ -102,8 +102,9 @@ files that are part of the build.
CMakeSetup on the desktop - it is named CMake.
- The CMakeSetup window has 2 directory selection areas at the top; one for
where the source is located (C:\qpid\trunk\qpid\cpp) and one for where you
- wish to place the build. A subdirectory of the source directory is generally
- preferred (C:\qpid\trunk\qpid\cpp\build)
+ wish to place the build. A directory separate from the source directory is
+ generally preferred; it can be, but need not be, a subdirectory to the
+ source. (C:\qpid\trunk\qpid\cpp\build)
- The first time you run CMakeSetup it will ask you to select a generator.
You should select the method you prefer to build with: Visual Studio 2008
or NMake Makefiles.
@@ -145,4 +146,7 @@ Linux. To try it out "make doxygen" then open doxygen/html/index.html.
7. Troubleshooting
==================
-There are currently two JIRAs open against Windows.
+When the broker is executed it will try to store a file in the "qpidd"
+subdirectory of the current user's temporary file directory, or in
+C:\WINDOWS\TEMP. If the qpidd directory can't be created or accessed the
+broker startup will fail.