Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.11 KB

Xbox App (Desktop / Multi platform)

Uses GtkSharp bindings, SmartGlass and Xbox WebApi. Based on the initial work of @gffranco in the Vala client.

Dependency installation

Project requires

macOS

Use the homebrew package manager to install dependencies.

brew install gtk+3

Linux

TBD

Windows

Refer to GtkSharp instructions.

Building from source

Use VS Code, Visual Studio 2017+ or Visual Studio for Mac to develop in a graphical IDE.

To build headless, via cmdline:

dotnet build

Releases

When done, they should appear here: GitHub releases

Troubleshooting

Common problems

DllNotFoundException when starting the application

Ensure you got the GTK dependencies installed properly.