瀏覽代碼

Add build instructions

DricomDragon 4 年之前
父節點
當前提交
c0d801caea
共有 1 個文件被更改,包括 16 次插入0 次删除
  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
+```
+