-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Despite the name of this file SKX does not currently have an installer, so installation is as simple as copying the file(s) to your computer.
SKX currently ships in four flavors:
| Package | Platform | Storage Directory | To Play |
|---|---|---|---|
| Windows Self-Contained | Windows x64 | %APPDATA%\SKX | SKX.exe |
| macOS Self-Contained | macOS x64 | ~/Library/Application Support/SKX | SKX (see note below) |
| Linux Self-Contained | Linux x64 | ~/SKX | ./SKX |
| Portable | Any .NET Core | %APPDATA%\SKX | dotnet SKX.exe |
Self-contained executable that runs on Windows with no other direct dependencies.
To Play: Run SKX.exe
Portable executable and associated library files which will run on any platform with .NET Core
To Play: Either run SKX.exe (on Windows) or run dotnet SKX.exe from the command line (any platform).
Self-contained executable that runs on MacOS with no other direct dependencies.
To Play: Double click on the SKX "UNIX Application" file.
Note: If you are blocked from running the binary due to an untrusted publisher, open the "Security & Privacy" System Preferences pane. If you recently attempted to run SKX you should see a button you can click to trust this executable and allow it in the future. We plan to create a proper macOS application package at some point in the future.
Self-contained executable that runs on Linux with no other direct dependencies.
To Play: Run the SKX binary (e.g, ./SKX).