From aa379e9835d139f3c73f868726807d18803b2946 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Wed, 23 Feb 2022 03:44:26 +0400 Subject: [PATCH] readme update. build instructions. --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index e7f2a5d..6ce237b 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,19 @@ currently it has a backend to retrieve dependencies from the [vipack tree](https that is a list of json files, each containing information about the package dependencies, where to download the packages, and how to build those. +build +===== + +requirements: git, gmake, cc, voc + +`git clone https://github.com/vishaps/vipack` +`cd vipack` +`gmake` + +or on freebsd: + +`gmake -f makefile_freebsd` + usage =====