File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ stockfish_sources = [
64
64
stockfish = static_library (
65
65
' stockfish' ,
66
66
stockfish_sources,
67
+ override_options : [' werror=false' ],
67
68
)
68
69
69
70
###############################################################################
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ pip3 install -U pip
21
21
pip3 install setuptools
22
22
pip3 install -r requirements-linux-common.txt
23
23
24
- # Install cutechess dependencies.
25
- sudo apt-get install -y --no-install-recommends qt5-default
24
+ # Install cutechess dependencies (Ubuntu 20.04 || Ubuntu 22.04) .
25
+ sudo bash -c ' apt-get install -y --no-install-recommends qt5-default || apt-get install -y --no-install-recommends qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools '
26
26
27
27
# Build and install protobuf.
28
28
curl -L https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protobuf-cpp-3.13.0.tar.gz | tar -xz
You can’t perform that action at this time.
0 commit comments