Skip to content

Commit

Permalink
Provide bat for easier compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltris committed Dec 15, 2021
1 parent 96e9c04 commit e007b15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GK6X/GK6X.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
call %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ../GK6X.sln
pause
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ See the [releases](https://github.com/pixeltris/GK6X/releases) page for prebuilt

.NET Framework 4+ is required (should be pre-installed on Windows 7 and higher).

Compile from source using Visual Studio (C# tools required).
To compile from source you have two options:
- Run `GK6X/GK6X.bat`
- Compile using Visual Studio (C# tools required)

### Linux / Mac

Expand Down Expand Up @@ -72,6 +74,8 @@ Resets the keyboard to the default config. The dedicated reset keyboard key comb

Starts the GUI web server on http://localhost:6464 (requires the GUI build from the [releases](https://github.com/pixeltris/GK6X/releases) page).

*If you're running from source you'll need to copy the `driver` folder from a release build. For updating the GUI files see [updating.txt](/Build/Data/Updating.txt).*

### `gui_le`

Copies the lighting files created using the `gui` to the `Data/lighting/` folder so that the `map` command can use them.
Expand Down

0 comments on commit e007b15

Please sign in to comment.