Updated with functional webtiles
This commit is contained in:
@@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/
|
|||||||
RUN cd /src/crawl-ref/source && \
|
RUN cd /src/crawl-ref/source && \
|
||||||
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
|
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
|
||||||
|
|
||||||
|
# Make directory for RCs
|
||||||
|
RUN mkdir -p /src/crawl-ref/source/rcs
|
||||||
|
|
||||||
# Clean up unnecessary packages
|
# Clean up unnecessary packages
|
||||||
RUN apt-get remove -y ${BUILD_DEPS} && \
|
RUN apt-get remove -y ${BUILD_DEPS} && \
|
||||||
apt-get autoremove --purge -y && \
|
apt-get autoremove --purge -y && \
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ RUN git clone ${CRAWL_REPO} /src/
|
|||||||
RUN cd /src/crawl-ref/source && \
|
RUN cd /src/crawl-ref/source && \
|
||||||
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
|
make -j4 USE_DGAMELAUNCH=y WEBTILES=y
|
||||||
|
|
||||||
|
# Make directory for RCs
|
||||||
|
RUN mkdir -p /src/crawl-ref/source/rcs
|
||||||
|
|
||||||
# Clean up unnecessary packages
|
# Clean up unnecessary packages
|
||||||
RUN apt-get remove -y ${BUILD_DEPS} && \
|
RUN apt-get remove -y ${BUILD_DEPS} && \
|
||||||
apt-get autoremove --purge -y && \
|
apt-get autoremove --purge -y && \
|
||||||
|
|||||||
0
util/webtiles-init-player.sh
Executable file
0
util/webtiles-init-player.sh
Executable file
Reference in New Issue
Block a user