Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bond-009/siderite
WIP Minecraft server
https://github.com/bond-009/siderite
minecraft rust server
Last synced: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T14:08:10.000Z (6 months ago)
- Last Synced: 2024-07-16T16:33:38.003Z (6 months ago)
- Topics: minecraft, rust, server
- Language: Rust
- Homepage: https://gitlab.com/siderite/siderite
- Size: 162 KB
- Stars: 2
- Watchers: 4
- 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`