Janis Streib
31.03.22 e47d48606a6a7325b951fdef69cf56dd53854691
commit | author | age
e47d48 1 # G4 Linux suite debian package builder
JS 2 This repository helps to build the g4 linux suite for debian based systems like ubuntu or debian.
3
4 ## Dependencies
5  - docker
6  - docker-compose
7
8 ## Run
9 1. `git submodule update --init`
10 2. `docker-compose build`
11 3. `docker-compose up`
12 4. After the porcess finished you will find `.deb` packages in each of the g4 suite components' `bin_deb` folder.
13
14 ## Other OS Versions/Distributions
15 You may need to create new Docker files for your debian based distribution. You can use `Dockerfile.impish` as template.