Go to file
Maschell 6f833c9811 Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
.github/workflows Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
meta Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
payload@235642bab3 Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
source Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
.gitignore Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02: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 Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02:00
Makefile Build .wuhb instead of .rpx, Update Dockerfile 2021-09-17 18:45:06 +02: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