https://github.com/bond-009/siderite
WIP Minecraft server
https://github.com/bond-009/siderite
minecraft rust server
Last synced: about 1 month ago
JSON representation
WIP Minecraft server
- Host: GitHub
- URL: https://github.com/bond-009/siderite
- Owner: Bond-009
- License: gpl-3.0
- Created: 2018-05-14T18:59:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T14:02:15.000Z (about 2 months ago)
- Last Synced: 2025-03-26T12:11:25.472Z (about 2 months ago)
- Topics: minecraft, rust, server
- Language: Rust
- Homepage: https://gitlab.com/siderite/siderite
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Siderite
A Minecraft 1.8.9 server written in Rust. (WIP)
## Building
To build siderite you'll need Rust and openssl-dev (possible package names: libssl-dev, openssl-devel) installed.
Rust can be installed using [rustup](https://rustup.rs/)Once you have everything installed and cloned a local copy of siderite you can build it by running:
```sh
cd siderite
RUSTFLAGS="-C target-cpu=native" cargo build --release
```The resulting binary can be found in `./target/release/`
To start the server simply run `./target/release/siderite`