-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0
-
Component/s: C++, Documentation
-
Labels:
Update and improve the "Developing on Windows" docs page:
- Add instructions for using Visual Studio 2019
- Add instructions for option to use vcpkg instead of conda for build dependencies
- Mention that when you use ARROW_DEPENDENCY_SOURCE=VCPKG, vcpkg will (depending on its configuration) actually download, build, and install the C++ library dependencies for you if it can't find them; this differs from other dependency sources which require a prior installation
- Describe required Visual Studio configuration
- Improve some ambiguous instructions
- is related to
-
ARROW-11580 [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG
-
- Resolved
-
-
ARROW-11796 [C++] Test, fix, and document debug builds with vcpkg packages
-
- Open
-
-
ARROW-11340 [C++] Add vcpkg.json manifest to cpp project root
-
- Resolved
-
- relates to
-
ARROW-11192 [Documentation] Describe opening Visual Studio so it inherits a working env
-
- Resolved
-
- links to