https://github.com/podrum/podrum
https://github.com/podrum/podrum
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/podrum/podrum
- Owner: Podrum
- License: gpl-2.0
- Created: 2021-12-28T15:29:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T02:47:16.000Z (about 4 years ago)
- Last Synced: 2025-10-27T08:02:12.883Z (7 months ago)
- Language: C
- Size: 607 KB
- Stars: 56
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podrum
## Introduction
Podrum is a server software for Minecraft Bedrock Edition written in C and aims to be fast, stable and secure.
This project is still in early development.
## Building
Linux/MacOS:
```
cmake CMakeLists.txt
make
```
Windows:
```
cmake CMakeLists.txt
msbuild PodrumR3.sln
```
## Used Libraries
[CBinaryStream](https://github.com/MFDGaming/CBinaryStream) By [MFDGaming](https://github.com/MFDGaming)
[CZlibHelper](https://github.com/MFDGaming/CZlibHelper) By [MFDGaming](https://github.com/MFDGaming)
[CNBT](https://github.com/MFDGaming/CNBT) By [MFDGaming](https://github.com/MFDGaming)
[miniz](https://github.com/richgel999/miniz) By [richgel999](https://github.com/richgel999)