From e2f1afbefb43595421cc733862adb511e97c4844 Mon Sep 17 00:00:00 2001 From: Shweet Date: Wed, 27 Aug 2025 18:28:38 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83674d9..521d1d9 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,17 @@ Download these from your package manager: - GLEW Note, to render animations, you'll need to download [FFmpeg](https://ffmpeg.org/download.html) and specify its install path in the program. +This program runs on OpenGL 3.3 at the minimum. -## Build (Linux) +## Build + +### Windows + +Visual Studio is recommended; make sure your installation has "Desktop development with C++" and ".NET desktop development" workloads. +Install and configure [vcpkg](https://vcpkg.io/en/). +Build should be straightforward from there. + +### Linux After cloning and enter the repository's directory, make sure to initialize the submodules: