X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README.md;h=75f638edda44e01122e3b405c57e13020c0844cc;hb=0cb71268b17951d68ae97e12593afcd6b6aaabbb;hp=8097bf44b9bd3a6452c8d72d9f9a2b9526af3de8;hpb=33ab256fba6f2bab2d347b295ac9c12258254534;p=smdp.git diff --git a/README.md b/README.md index 8097bf4..75f638e 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ *How to get started:* -mpd needs the ncurses headers to compile. +mdp needs the ncursesw headers to compile. So make sure you have them installed: -- On Ubuntu you need ```libncurses5``` and ```libncurses5-dev``` to be installed. +- On Ubuntu/Debian you need `libncursesw5` and `libncursesw5-dev` to be installed. -Now download and install mpd: +Now download and install mdp: $ git clone https://github.com/visit1985/mdp.git $ cd mdp @@ -56,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