From 6fdf34e16f3325724a7d3a654938c97f6bc0780a Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 2 Jan 2020 21:28:19 -0600 Subject: [PATCH] Update README to reflect need to initialize submodules for Windows now that E131 is used on both --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ab74817..438bd2a1 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ After getting a solid Aura implementation, the project branched out into other m ## Installation #### Windows 1. Download the latest Visual Studio Community Edition and Qt Creator. - 2. Open the OpenRGB_Win.pro project. - 3. Build the project for `x86` Architecture. The InpOut32 library I use does not support x64. - 4. Copy InpOut32.dll from dependencies to the same path as OpenAuraSDK.exe along with the Qt libraries. + 2. Update the submodules: git submodule update --init --recursive + 3. Open the OpenRGB_Win.pro project. + 4. Build the project for `x86` Architecture. The InpOut32 library I use does not support x64. + 5. Copy InpOut32.dll from dependencies to the same path as OpenAuraSDK.exe along with the Qt libraries. **You must run the application as Administrator the first time to allow InpOut32 to set up. It can be run as a normal user afterwards**