Skip to content
/ Sparus Public

Start and keep your game up-to-date with Sparus game launcher

License

Notifications You must be signed in to change notification settings

Ludea/Sparus

Repository files navigation

Sparus

Sparus is a simple game launcher, available on Windows, MacOS, and Linux, to start and keep your game up-to-date !

Build Instructions

Dependencies

To build Sparus, you need some packages:

  • Rust
  • Nodejs
  • Yarn
  • Webview2 (only for Windows)
  • xcode (only for Macos)
  • sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev (only for Linux)

Build

dev mode: yarn tauri dev
production mode: yarn tauri build

In production mode, binaries are stored into src-tauri/target/release

Note: Cross building is not supported