X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=8f58d785e0469f1be77ca5084456c545dcb7daf8;hb=afbbaa204be1c70b746e05f4cc8558c37da0a2d9;hp=226dbc4727006ac17893bc39f1941c4676c0fab7;hpb=0e5c847bb93a92d66bdee6cd6f0c22146123e2aa;p=smdp.git diff --git a/README.md b/README.md index 226dbc4..8f58d78 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,20 @@ *How to get started:* +mpd needs the ncurses headers to compile. +So make sure you have them installed: +- On Ubuntu you need ```libncurses5``` and ```libncurses5-dev``` to be installed. + +Now download and install mpd: + $ git clone https://github.com/visit1985/mdp.git $ cd mdp $ make $ make install $ mdp sample.md +- On Arch you can use the existing [AUR package](https://aur.archlinux.org/packages/mdp-git/). + --- *How to use it:* @@ -48,3 +56,11 @@ _Review sample.md for more details._ - 1-9 - go to slide n - q - exit + +--- + +*How to debug it:* + +To make a debug version of `mdp`, just type: + + $ make DEBUG=1