summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-06-11 21:45:41 +0100
committerJose Fonseca <jfonseca@vmware.com>2015-06-11 21:46:25 +0100
commit8c42541489a8f493e17f7110bdbe10c11c983079 (patch)
treeb040c8a175c4b09cbd5b037ff0cd6fde75696fb8 /docs
parent41efd945c841175f733ef764fe5f6a85c592970b (diff)
docs: Add a not about multiple drives on Windows.
Issue #352. [ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown
index 966f6adc..c5976855 100644
--- a/docs/INSTALL.markdown
+++ b/docs/INSTALL.markdown
@@ -140,6 +140,9 @@ It will try to detect most required/optional dependencies automatically. When
not found automatically, you can manually specify the location of the
dependencies from the CMake GUI.
+If the source/build/compiler/tools are spread across multiple drives, you might
+need to [use absolute paths](https://github.com/apitrace/apitrace/issues/352).
+
After you've successfully configured, you can start the build by opening the
generated `build\apitrace.sln` solution file, or invoking CMake as: