summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoroxore <oxore@protonmail.com>2016-09-04 00:24:25 +0700
committeroxore <oxore@protonmail.com>2016-09-04 00:24:25 +0700
commit81a072addd62c6c796633ab456b02c586cf86570 (patch)
tree32f107c66b4a88c208689c849271385983582b45 /README.md
parent66af930b6160ded97622ceca97212ab06946599a (diff)
Structurized. README.md updated.
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.