Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather qt5 in main page for a full build compile all in once (leelaz /-autogtp) clearer main README more detailed AUTOGTP readme #2071

Closed
wants to merge 43 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift click to select a range
f78f7fe
minor clearer
wonderingabout Dec 7, 2018
7a16977
added -
wonderingabout Dec 7, 2018
f94294a
in code format with the -
wonderingabout Dec 7, 2018
969a037
in sync with the new contributing part
wonderingabout Dec 7, 2018
850b226
link fix
wonderingabout Dec 7, 2018
d4836ef
link fix 2
wonderingabout Dec 7, 2018
daf2b9b
fix cmake is not installed dependency
wonderingabout Dec 7, 2018
20632e8
autogtp README links to main README commands
wonderingabout Dec 7, 2018
2a644fa
typo
wonderingabout Dec 7, 2018
cd86e9d
adding qt5 dependency for autogtp here (fix error)
wonderingabout Dec 7, 2018
2daf318
fix links, links to this branch, not to next
wonderingabout Dec 7, 2018
65ed2d5
links to gcp/next
wonderingabout Dec 12, 2018
6d64bdc
optionnal qt5 for autogtp
wonderingabout Dec 12, 2018
57dd330
add link to autogtp readme in contributing
wonderingabout Dec 12, 2018
5180d26
typo
wonderingabout Dec 12, 2018
2004424
attemptive revert v1
wonderingabout Dec 15, 2018
ae0f3fe
attemptive revert v2
wonderingabout Dec 15, 2018
14bcfc7
attemptive revert v3 minor
wonderingabout Dec 15, 2018
a468769
attemptive revert v4
wonderingabout Dec 15, 2018
8a6000c
attemptive revert v5 minor
wonderingabout Dec 15, 2018
0d6400a
attemptive revert v6 minor
wonderingabout Dec 15, 2018
71a487f
rewording v1
wonderingabout Dec 20, 2018
f67a17e
removing uneeded parts
wonderingabout Dec 20, 2018
95e2e4d
removing unneeded parts v2
wonderingabout Dec 20, 2018
074f853
major rework of autogtp README
wonderingabout Dec 20, 2018
b989410
shorter and clearer
wonderingabout Dec 20, 2018
a6faa6b
shorter v2
wonderingabout Dec 20, 2018
a4e76c0
relative link for autogtp README
wonderingabout Dec 20, 2018
e0b1805
more links
wonderingabout Dec 20, 2018
20b8505
minor
wonderingabout Dec 20, 2018
745fcae
clearer and more intuitive ./autogtp
wonderingabout Dec 20, 2018
7a596d8
better syntax
wonderingabout Dec 20, 2018
9026ff0
minor
wonderingabout Dec 25, 2018
df5e8f7
qt5 post install for mac
wonderingabout Jan 4, 2019
3324ca3
Merge branch 'next' into minor-clearer-next
wonderingabout Jan 15, 2019
61fece1
added help on autogtp README, see #1400
wonderingabout Jan 20, 2019
923bd3f
adding brew --prefix for max instructions
wonderingabout Feb 4, 2019
71a0281
Update README.md
roy7 Feb 17, 2019
59e78d5
Update README.md
roy7 Feb 17, 2019
9342902
Merge branch 'next' into minor-clearer-next
wonderingabout Feb 17, 2019
6e66dcf
new url fix
wonderingabout Feb 17, 2019
1663fb9
Merge branch 'next' into minor-clearer-next
wonderingabout Feb 23, 2019
f135118
fixed leela_zero to leela-zero
wonderingabout Feb 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
in code format with the -
  • Loading branch information
wonderingabout authored Dec 7, 2018
commit f94294af76ac688ecc6140078037b91d7d019467
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 154,11 @@ by adding -DUSE_CPU_ONLY=1 to the cmake command line.

- For Unix and macOS, after finishing the compile and while in the build directory:

# Copy leelaz binary to build/autogtp/ subdirectory
cp leelaz autogtp
# Copy leelaz binary to build/autogtp/ subdirectory
cp leelaz autogtp

# Run AutoGTP to start contributing
./autogtp/autogtp
# Run AutoGTP to start contributing
./autogtp/autogtp


# Usage for playing or analyzing games
Expand Down