Skip to content

just a weirdy fast but slow bedrock software and a lot of problem

Notifications You must be signed in to change notification settings

BlueMyth-Network/PodrumR4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

** Podrum-R4 is a fork of Podrum and will receive no further updates due to have a lot of problems.**

Podrum-R4

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

Arch base Linux:

sudo pacman -S openssl
cmake CMakeLists.txt
make

Debian base Linux:

sudo apt install openssl
sudo apt install cmake
sudo apt install g++
sudo apt install libssl-dev
cmake CMakeLists.txt
make

MacOS:

brew install cmake
brew install openssl
cmake CMakeLists.txt
make

Windows:

just use wsl

Releases

No releases published

Packages

No packages published