Updated with functional webtiles

This commit is contained in:
FrozenFOXX
2020-05-19 21:44:29 -07:00
parent 32d6ecde9d
commit 40cc523b61
3 changed files with 6 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/
RUN cd /src/crawl-ref/source && \
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
# Make directory for RCs
RUN mkdir -p /src/crawl-ref/source/rcs
# Clean up unnecessary packages
RUN apt-get remove -y ${BUILD_DEPS} && \
apt-get autoremove --purge -y && \

View File

@@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/
RUN cd /src/crawl-ref/source && \
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
# Make directory for RCs
RUN mkdir -p /src/crawl-ref/source/rcs
# Clean up unnecessary packages
RUN apt-get remove -y ${BUILD_DEPS} && \
apt-get autoremove --purge -y && \

0
util/webtiles-init-player.sh Executable file
View File