Skip to content

Horizon Community Edition 0.0.6-b (Security Update)

Pre-release
Pre-release
Compare
Choose a tag to compare
@tristanpoland tristanpoland released this 22 Jul 20:33
· 504 commits to main since this release
6edc1eb

What's Changed

  • build: remove useless build.rs file by @WilliamAnimate in #91
  • Bump openssl from 0.10.64 to 0.10.66 in the cargo group across 1 directory by @dependabot in #92

New Contributors

Full Changelog: 0.0.6-a...0.0.6-b

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.