Skip to content

A simple C++ program to automatically stop my EC2 Minecraft server

Notifications You must be signed in to change notification settings

DanSchoppe/minecraft-server-stop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-server-stop

A simple C++ program to automatically stop my EC2 Minecraft server

Prerequisites

  • Minimum CMake version 3.0.2
  • Sets compile flag -Wall and -std=c++11 in CMakeLists.txt

Build

cd [project_dir]
mkdir build
cd build
cmake ..
make

Notes

  • No make install at this point
  • cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 to generate compile_commands.json for libclang consumption

About

A simple C++ program to automatically stop my EC2 Minecraft server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published