From e210e050fdb57487ede3d79104806f6669913051 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Fri, 22 Nov 2019 19:02:52 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 92cb6e3b5..ca3edcb8b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Executable of latest Artemis 2 build: [Artemis_Build.zip]( https://build.rbeekma **Please note that for now I've only included Corsair and very limited Logitech support. If you want to test support for a different device (must be RGB.NET supported), let me know on Discord.** +#### Want to build? Follow these instructions +1. Create a central folder like ```C:\Repos``` +2. Clone RGB.NET's development branch into ```\RGB.NET``` +3. Clone Artemis into ```\Artemis``` +5. Open ```\RGB.NET\RGB.NET.sln``` and build with the default config +4. Open ```\Artemis\src\Artemis.sln``` +5. Restore Nuget packages +6. Run ```Update-Package -reinstall Fody``` on both the **Artemis.Core** and **Artemis.UI** projects + Some things I have planned for 2.0 - Completely overhauled UI - Deep intergration with DarthAffe's [RGB.NET](https://github.com/DarthAffe/RGB.NET) (meaning more devices!)