Skip to content

Horizon Community Edition 0.0.6-a

Pre-release
Pre-release
Compare
Choose a tag to compare
@tristanpoland tristanpoland released this 22 Jul 03:46
· 508 commits to main since this release
d397a83

What's Changed

New Contributors

Full Changelog: 0.0.3...0.0.6

Installation (Linux)

To install and run Horizon Game Server on Linux, follow these steps:

Prerequisites

  • Rust (version X.X.X)
  • [List any other dependencies or tools here]

Installation Steps

  1. Clone the repository:

    git clone https://github.com/Stars-Beyond/Horizon-Community-Edition
    cd Horizon-Community-Edition
  2. Build the server:

    cargo build --release
  3. Run the server:

    ./target/release/horizon

Note for Other Platforms

Horizon Game Server is currently supported on Linux only. For other platforms (Windows, macOS), you can run the server using Docker. Make sure you have Docker installed and use the provided docker-compose.yml to build and run the server image.