More Readme.md updates
authorHarishankar <v.harishankar@gmail.com>
Tue, 26 May 2020 08:51:33 +0000 (14:21 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 26 May 2020 08:51:33 +0000 (14:21 +0530)
More Readme.md updates

Readme.md

index acbbf15..02ed5ca 100644 (file)
--- 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