From 16a4af87e0c1f55b776f28aabeee916e816c9aee Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 2 Dec 2017 10:41:17 +0300 Subject: Add information about dependencies --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 28c69a9..960f03e 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,25 @@ [![Build Status](https://travis-ci.org/Oxore/tetris-csfml.svg?branch=master)](https://travis-ci.org/Oxore/tetris-csfml) ![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png "WTFPL") -This is unfinished tetris project written in pure C with CSFML library. It is under development. Obvious, it depends on csfml, but nothing more. +This is unfinished tetris project written in pure C with CSFML library. It is under development. -__Compilation__ +__Dependencies__ +`SFML` +`CSFML` +`libyaml` + +__Compilation and use__ +Compilation: ``` make all ``` File named "tetris" is the final binary. Run it. Hit *S* to start game. +Cleaning: +``` +make clean +``` + __TODO:__ - Levels speed and scores calibration -- cgit v1.2.3