From: EliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Sat, 25 Apr 2020 17:08:44 +0000 (+0200) Subject: Update README.md X-Git-Tag: 3.1.0~3 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=82bbe0fbc3197fd4cb5cc6dfbccca0e91eeb0e90;p=dragonblocks-bedrock.git Update README.md --- 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: