Janis Streib
31.03.22 e47d48606a6a7325b951fdef69cf56dd53854691
ADD: readme
1 files added
15 ■■■■■ changed files
README.md 15 ●●●●● patch | view | raw | blame | history
README.md
New file
@@ -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.