From 104b2653e68046c2f6373186169f281006db35b1 Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Tue, 3 May 2022 21:12:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0125419..58fc01d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ under the [MIT license](LICENSE) as open source. ## Building instructions -This project is unlikely to build successfully under modern hardware/software, but you can get started with compilation and get partial completed binaries. Here's what will get you going. +This project is unlikely to build successfully under modern hardware/software, but you can get started with compilation and get partial completed binaries. Here's what will get you going. Thanks to Mac Sample for their work on getting this far! - Make sure this repo is checked out to a folder with a short name, ideally right on the root of a drive (i.e. C:\3d). - You will need Visual C++ 2.0's dev tools (located under MSVC20\BIN on its installer disk) on your path. Modern compilers dislike some of the pre C++98 conventions.