From: Harishankar Date: Tue, 26 May 2020 08:45:14 +0000 (+0530) Subject: Updates to Readme.md X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=commitdiff_plain;h=9bf80a234a37a5a98eb61cd23060d501fd1cd838 Updates to Readme.md Updates to Readme.md --- diff --git a/Readme.md b/Readme.md index 68f6c94..acbbf15 100644 --- a/Readme.md +++ b/Readme.md @@ -39,3 +39,17 @@ template that can be further customized to suit your needs. The main philosophy of BiaWeb2 is to be as configuration-free as possible and hence most of the customization for a specific website is within the templates themselves. The option `-q` is quiet-mode, to suppress the messages. + +## Getting and compiling BiaWeb2 + +BiaWeb2 works on *nix-like operating systems. + +To get BiaWeb2, clone the git repository (from the command line) + + git clone https://gitlab.com/harishankarv/biaweb2.git + +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))