Files
xahaud/bin64/README.md
Vinnie Falco a55d9aa4c3 Tidy up 32 and 64 bit build support (fix #49):
This fixes up support for building both 32 and 64 bit targets, especially on Windows.
2016-08-26 13:06:39 -04:00

11 lines
230 B
Markdown

# Build output directory
To build examples and tests for 64-bit on Windows, change to
this directory and use:
```
cmake -G"Visual Studio 14 2015 Win64" ..
```
For later versions of Visual Studio edit the string as appropriate.