From 82bbe0fbc3197fd4cb5cc6dfbccca0e91eeb0e90 Mon Sep 17 00:00:00 2001 From: EliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:08:44 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3189850..6847026 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,16 @@ Please Report Bugs to eliasfleckenstein@web.de. ### Platform Compability This Game was developed on linux, therefore following instructions are only for linux users, basically because I have no idea how to port the game to other platforms. Feel free to add building instructions for other systems over github. ### Download -You can download the game using git: +You can download the game using git: `$ git clone https://github.com/EliasFleckenstein03/dragonblocks.git` ### Dependencies: -You need Freeglut, OpenGl, Cmake, Liblua and Libpng. If you are on Debian/Ubuntu You can install them over apt: +You need Freeglut, OpenGl, Cmake, Liblua and Libpng. +If you are on Debian/Ubuntu You can install them over apt: `$ sudo apt install liblua5.3-dev freeglut3-dev libgl1-mesa-dev cmake libpng-dev` ### Building to Build dragonblocks run: `$ cmake .` -`$ make` +`$ make` ### Exectute #### Run-In-Place Invoke dragonblocks by typing: -- 2.44.0