Skip to content

Commit

Permalink
Add ubuntu compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
karjonas committed Nov 1, 2016
1 parent c7916cd commit 3101fa3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3101fa3

Please sign in to comment.