From 9bf80a234a37a5a98eb61cd23060d501fd1cd838 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Tue, 26 May 2020 14:15:14 +0530 Subject: [PATCH] Updates to Readme.md Updates to Readme.md --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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)) -- 2.20.1