From: Harishankar Date: Tue, 26 May 2020 08:51:33 +0000 (+0530) Subject: More Readme.md updates X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=commitdiff_plain;h=384803f9509d7468babb74d0476ab537f12ccab7 More Readme.md updates More Readme.md updates --- 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