From 1ade8351bb9b45ee3f031b20d019c65aa854fd9f Mon Sep 17 00:00:00 2001 From: rajsite Date: Tue, 23 Apr 2024 22:24:23 -0500 Subject: [PATCH] Update VS build version --- .gitignore | 1 + Vireo_VS/VireoCommandLine.vcxproj | 6 +++--- docs/Build.md | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9458983de..c41ca9e0a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ Vireo_VS/VireoCommandLine.sdf Vireo_VS/VireoCommandLine.vcxproj.user Vireo_VS/_Resharper.Caches/* Vireo_VS/VireoCommandLine.sln.DotSettings.user +Vireo_VS/VireoCommandLine/* **.VC.db **.opendb **.suo diff --git a/Vireo_VS/VireoCommandLine.vcxproj b/Vireo_VS/VireoCommandLine.vcxproj index aad45df3b..74309e16a 100644 --- a/Vireo_VS/VireoCommandLine.vcxproj +++ b/Vireo_VS/VireoCommandLine.vcxproj @@ -110,19 +110,19 @@ {113F876C-CB35-4D2F-A3EF-C72215B288F7} Win32Proj VireoCommandLine - 8.1 + 10.0 Application true - v140 + v143 NotSet Application false - v140 + v143 true NotSet diff --git a/docs/Build.md b/docs/Build.md index 68b3eaf4d..163290eff 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -5,7 +5,7 @@ ### Software requirements - [git](https://git-scm.com/downloads) -- [Node.js](https://nodejs.org/en/) (>=12, latest LTS release recommended) +- [Node.js](https://nodejs.org/en/) (>=20, latest LTS release recommended) - GNU Make and GNU core utilities (see following) ### Installing GNU Make and GNU core utilities @@ -31,7 +31,7 @@ On all platforms run the following in the `VireoSDK` folder to install JavaScrip ### Software requirements -- [Python](https://www.python.org/) (>= 2.7.9) +- [Python](https://www.python.org/) (>= 3.12) - emsdk toolchain (see following) Note: Windows 10 may include a a copy of python seen by running `which python` resulting in the path: `C:\Users\\AppData\Local\Microsoft\WindowsApps\python.exe`. Make sure to install a copy of python from `python.org`. @@ -90,7 +90,7 @@ Notice that vireo.js is created in the `dist` folder based on the `BUILD` type. ### Software requirements -- Visual Studio 2013, Visual Studio 2015, or Visual Studio 2017 with C++ support +- Visual Studio 2022 with C++ support ### Building Vireo Windows Native