summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 00e0366..7afde7c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
## Tetris CSFML
-This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development.
+This is unfinished tetris project written in pure C with CSFML-2.3-2 library. It is under development. Obvious, it depends on csfml.
-To compile and run the source code under __linux__ with gcc I use following commands:
+To compile and run the source code under __nix__ just enter following commands:
```
-gcc -g main.c functions.c shape_maps.c -o main -lcsfml-graphics -lcsfml-window -lcsfml-system
-
+./bld
./main
```
Hit *Return* to start game.