From e47d48606a6a7325b951fdef69cf56dd53854691 Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Do., 31 März 2022 00:12:20 +0200
Subject: [PATCH] ADD: readme

---
 README.md |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a7bd13a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# G4 Linux suite debian package builder
+This repository helps to build the g4 linux suite for debian based systems like ubuntu or debian.
+
+## Dependencies
+ - docker
+ - docker-compose
+
+## Run
+1. `git submodule update --init`
+2. `docker-compose build`
+3. `docker-compose up`
+4. After the porcess finished you will find `.deb` packages in each of the g4 suite components' `bin_deb` folder.
+
+## Other OS Versions/Distributions
+You may need to create new Docker files for your debian based distribution. You can use `Dockerfile.impish` as template.

--
Gitblit v1.9.1