From 384803f9509d7468babb74d0476ab537f12ccab7 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Tue, 26 May 2020 14:21:33 +0530 Subject: [PATCH] More Readme.md updates More Readme.md updates --- Readme.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index acbbf15..02ed5ca 100644 --- a/Readme.md +++ b/Readme.md @@ -51,5 +51,16 @@ To get BiaWeb2, clone the git repository (from the command line) To compile you require the following dependencies and a C++ compiler. Check your distribution package manager for more information -* libmarkdown2 ([discount](https://www.pell.portland.or.us/~orc/Code/discount/)) -* libfmt ([fmt](https://github.com/fmtlib/fmt)) +* libmarkdown2-dev or equivalent package + ([discount](https://www.pell.portland.or.us/~orc/Code/discount/)) +* libfmt-dev or equivalent package ([fmt](https://github.com/fmtlib/fmt)) +* scons ([scons](https://scons.org/)) + +Once you have got the dependencies, compile using scons from inside the +source directory of BiaWeb2 wherein you had cloned the repository + + cd biaweb2/ + scons + +If successful, you should get an executable file `biaweb2` in the same directory +If not, check whether you have installed all the requirements. \ No newline at end of file -- 2.20.1