Horizon Community Edition 0.0.6-b (Security Update)
Pre-release
Pre-release
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
- @dependabot made their first contribution in #92
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
-
Clone the repository:
git clone https://github.com/Stars-Beyond/Horizon-Community-Edition cd Horizon-Community-Edition
-
Build the server:
cargo build --release
-
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.