Explorar o código

Add build instructions

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
c0d801caea
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -1,3 +1,19 @@
 # Biome box
 
 Experimental project for map creation with biomes.
+
+# Build
+
+You need `make` and `SDL1` to build this project.
+
+Example on Ubuntu :
+```sh
+$ sudo apt install make g++ libsdl-dev
+$ make
+```
+
+To execute :
+```sh
+$ make exec
+```
+