CuriosAI / sai

SAI: a fork of Leela Zero with variable komi.
GNU General Public License v3.0
103 stars 11 forks source link

autogtp build error #147

Closed broody closed 2 years ago

broody commented 2 years ago

Hello,

I'm running into an error when trying to build autogtp. Attached is the log file. Trying this on Ubuntu 20.04.

Thanks

build.log

amato-gianluca commented 2 years ago

The latest commits of SAI require Qt version 5.14, while Ubuntu 20.04 has Qt version 5.12. You may either:

  1. Compile version 0.18.2, which works with older Qt versions (git checkout sai-0.18.2);
  2. Install a newver version of Qt. For example https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.15.0-focal is a repository with Qt 5.15 for Ubuntu.

--gianluca

broody commented 2 years ago

Thanks!