From b31d0ab2d77be32afc63b9bae1a6d1a996ab6d04 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Fri, 20 Oct 2017 19:51:24 -0700 Subject: [PATCH] Doc tweaks. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 518d14d..2a3e3b8 100644 --- a/README.md +++ b/README.md @@ -117,14 +117,14 @@ checkout (choose a build directory distinct from the source). As part of this process, you will be asked to choose which generator to use. **At present, only Visual Studio 2017 is supported.** Older -versions of the IDE are unlikely to successfully build the cool. +versions of the IDE are unlikely to successfully build the tool. *(MinGW support may be plausible. Contributions welcome.)* Note that the `CMAKE_BUILD_TYPE` variable from the Unix Makefile system is -entirely ignored here; the Visual Studio solution that's generated handles all -the canonical build types -- Debug, Release, MinSizeRel, and so on. You will -choose which one to build in the Visual Studio IDE. +entirely ignored here; it is when you open the generated solution that +you will be choose one of the canonical build types -- *Debug*, +*Release*, *MinSizeRel*, and so on. ## Conversion Process The actual translation begins with the FBX SDK parsing the input file, and ends