X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=Readme.md;fp=Readme.md;h=acbbf15ff5f1f90d64f797acf2c65a9bab87bb93;hp=68f6c94dd6cfd33e6319fb15f447cba881c2df49;hb=9bf80a234a37a5a98eb61cd23060d501fd1cd838;hpb=42bb48411f9003e79122da480c005f85db456254 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))