From fc51c2219dd8885c4bd406b244c1366074ef2bbd Mon Sep 17 00:00:00 2001 From: Misa Date: Tue, 2 Jan 2024 15:33:35 -0800 Subject: [PATCH] README: Reword to "Viki", wordwrap line --- desktop_version/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop_version/README.md b/desktop_version/README.md index 2d05e60c..ecd72b4f 100644 --- a/desktop_version/README.md +++ b/desktop_version/README.md @@ -34,7 +34,9 @@ cd build cmake -A Win32 -G "Visual Studio 10 2010" .. -DSDL2_INCLUDE_DIRS="C:\SDL2-2.24.0\include" -DSDL2_LIBRARIES="C:\SDL2-2.24.0\lib\x86\SDL2;C:\SDL2-2.24.0\lib\x86\SDL2main" ``` -For more detailed information and troubleshooting, see the [Compiling VVVVVV Guide](https://vsix.dev/wiki/Guide:Compiling_VVVVVV_on_Windows_with_Visual_Studio) on the vsix wiki. +For more detailed information and troubleshooting, see the [Compiling VVVVVV +Guide](https://vsix.dev/wiki/Guide:Compiling_VVVVVV_on_Windows_with_Visual_Studio) +on the Viki. To generate everywhere else: ```