Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 4 additions & 2 deletions cpp/doc/Windows.md → cpp/apidoc/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ other development instructions for Windows here.
Microsoft provides the free Visual Studio 2017 Community edition. When doing
development, you must launch the developer command prompt using

```"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64```
```
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64
```

It's easiest to configure a console emulator like [cmder][3] to automatically
launch this when starting a new development console.
Expand Down Expand Up @@ -80,4 +82,4 @@ cmake --build . --config Release

[1]: https://conda.io/miniconda.html
[2]: https://conda-forge.github.io/
[3]: http://cmder.net/
[3]: http://cmder.net/
6 changes: 6 additions & 0 deletions cpp/apidoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ the usage of the C++ API for Arrow and the leaf libraries that add additional
functionality such as using [jemalloc](http://jemalloc.net/) as an allocator
for Arrow structures.

Table of Contents
-----------------

* Instructions on how to build Arrow C++ on [Windows](Windows.md)
* How to access [HDFS](HDFS.md)

Getting Started
---------------

Expand Down