Skip to content

Commit

Permalink
Updated AutoGTP readme with Qt5.
Browse files Browse the repository at this point in the history
We actually require Qt5 due to use of QStringLiteral, so make that
clear. Provide package list for Ubuntu.
  • Loading branch information
sethtroisi authored and gcp committed Nov 17, 2017
1 parent 9064f6f commit 05b0409
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions autogtp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ the SGF and training data at the end of the game.

# Requirements

* Qt 4.x or 5.x with qmake
* Qt 5.x with qmake
* C++14 capable compiler
* curl
* gzip and gunzip

# Compiling
## Example of compiling - Ubuntu

Run:

qmake
sudo apt install qt5-default qt5-qmake curl
qmake -qt5
make

# Running
Expand Down

0 comments on commit 05b0409

Please sign in to comment.