From 3101fa390832a341e9639a2c15721a0eac5e2e02 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Tue, 1 Nov 2016 22:13:54 +0100 Subject: [PATCH] Add ubuntu compilation instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index fed8b0a..9160a97 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,26 @@ make ./mayhem2.exe ``` +### Ubuntu + +Install dependencies: + +``` +sudo apt-get install liballegro5-dev git cmake +``` + +Clone repository, compile and run: + +``` +git clone https://github.com/martinohanlon/mayhem.git +cd mayhem +mkdir build +cd build +cmake .. +make +./mayhem2 +``` + ##Version history * beta - compiles, runs, ongoing mods * 0.1 - added new levels and features