diff options
author | oxore <oxore@protonmail.com> | 2016-09-04 00:24:25 +0700 |
---|---|---|
committer | oxore <oxore@protonmail.com> | 2016-09-04 00:24:25 +0700 |
commit | 81a072addd62c6c796633ab456b02c586cf86570 (patch) | |
tree | 32f107c66b4a88c208689c849271385983582b45 /README.md | |
parent | 66af930b6160ded97622ceca97212ab06946599a (diff) |
Structurized. README.md updated.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |