Neue Datei |
| | |
| | | # 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. |