summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-02-03 23:47:52 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2018-02-03 23:47:52 +0100
commit297828bdcf105c5942ed0e43d9f28130f543f34c (patch)
tree60155780ada8316dcf928cc361ffd77ae806404e
parent085bf189dad484496630dd0a8eba504930549c79 (diff)
better readme
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3173cf0..ad988ac 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,17 @@ Haskell OpenGL backend for LambdaCube 3D.
4 4
5## Building instructions 5## Building instructions
6 6
70. On **Linux** install the following libraries.
8 i.e. on Ubuntu:
9 ```
10 sudo apt install libgl1-mesa-dev libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev zlib1g-dev
11 ```
12 For other Linux distributions make sure the corresponing packages are installed.
13
14 *These libraries required for OpenGL development.*
15
71. Install Haskell [Stack](http://www.haskellstack.org) by following it's simple [install manual](https://docs.haskellstack.org/en/stable/README/#how-to-install). 161. Install Haskell [Stack](http://www.haskellstack.org) by following it's simple [install manual](https://docs.haskellstack.org/en/stable/README/#how-to-install).
17
82. Checkout the this repository then run the following commands. 182. Checkout the this repository then run the following commands.
9``` 19```
10stack setup 20stack setup