Skip to content

Commit

Permalink
Version R2.08
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmonk committed Jun 25, 2023
1 parent e6f576e commit 0261558
Show file tree
Hide file tree
Showing 200 changed files with 12,701 additions and 2,442 deletions.
11 changes: 7 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Build & run with:
# docker build . -t lucaschess && docker run -it -e "DISPLAY=$DISPLAY" -v "$HOME/.Xauthority:/lucaschess/.Xauthority:ro" -v "$PWD/UserData:/lucaschess/UserData" --network host --rm lucaschess
# Build with:
# docker build --network host . -t lucaschess
# Run With:
# docker run -it -e "DISPLAY=$DISPLAY" -v "$HOME/.Xauthority:/lucaschess/.Xauthority:ro" -v "$PWD/UserData:/lucaschess/UserData" --network host --rm lucaschess

FROM python:3.9-bullseye
WORKDIR /lucaschess/
ENV HOME=/lucaschess/

RUN apt-get update && \
apt-get install -y portaudio19-dev libqt5gui5 && \
apt-get install -y portaudio19-dev libqt5gui5 libpulse-mainloop-glib0 && \
rm -rf /var/lib/apt/lists/*

ADD requirements.txt ./
RUN pip install -r requirements.txt

ADD . .
RUN cd bin/_fastercode && chmod a+x ./linux64.sh && ./linux64.sh
RUN cd bin/_genicons && python ./gentema.py
RUN cd bin/OS/linux && chmod a+x ./RunEngines && ./RunEngines
RUN chmod a+x bin/LucasR.py

WORKDIR /lucaschess/bin/

# To debug problems with Qt, enable the following line:
Expand Down
Binary file modified Resources/IntFiles/Iconos.bin
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/IntFiles/Iconos.dic
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,4 @@ NAG_6=997576,998356
Information=998356,1001836
Crosstable=1001836,1002701
Carousel=1002701,1004198
Park=1004198,1006088
Binary file modified Resources/IntFiles/Iconos_dark.bin
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/IntFiles/Iconos_dark.dic
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,4 @@ NAG_6=1012847,1013889
Information=1013889,1017274
Crosstable=1017274,1017992
Carousel=1017992,1019565
Park=1019565,1021562
Binary file modified Resources/IntFiles/Iconos_sepia.bin
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/IntFiles/Iconos_sepia.dic
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,4 @@ NAG_6=936912,937787
Information=937787,941155
Crosstable=941155,941901
Carousel=941901,943312
Park=943312,945074
133 changes: 0 additions & 133 deletions Resources/IntFiles/mic_tourney.eval

This file was deleted.

Loading

0 comments on commit 0261558

Please sign in to comment.