Go to file
Maschell 69feab5a90 Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. 2021-03-05 23:07:57 +01:00
.github/workflows Fix checking out the submodules in the CI 2020-12-05 13:07:15 +01:00
payload@a69ec19184 Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. 2021-03-05 23:07:57 +01:00
source Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. 2021-03-05 23:07:57 +01:00
.gitignore First commit 2020-12-05 13:06:45 +01:00
.gitmodules Use the latest PayloadFromRPX payload that blocks updates even if you don't run a payload. 2021-03-05 23:07:57 +01:00
Dockerfile Use the latest docker images 2021-01-10 18:49:59 +01:00
Makefile Always output a AromaInstaller.rpx 2020-12-05 13:07:15 +01:00
README.md Update the README 2020-12-11 15:56:35 +01:00

README.md

AromaInstaller

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t aromainstaller-builder

# make 
docker run -it --rm -v ${PWD}:/project aromainstaller-builder make

# make clean
docker run -it --rm -v ${PWD}:/project aromainstaller-builder make clean