diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-06-11 21:45:41 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-06-11 21:46:25 +0100 |
commit | 8c42541489a8f493e17f7110bdbe10c11c983079 (patch) | |
tree | b040c8a175c4b09cbd5b037ff0cd6fde75696fb8 | |
parent | 41efd945c841175f733ef764fe5f6a85c592970b (diff) |
docs: Add a not about multiple drives on Windows.
Issue #352.
[ci skip]
-rw-r--r-- | docs/INSTALL.markdown | 3 |
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: |