-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Currently it's not easy to package lc0 client with linux distros. It searches for lc0 in current directory and both lc0 and client store files in directory of binary.
For linux it's usually /usr/bin/ and it's not allowed to write there. I think we have to make it more linux friendly.
What I think would be nice to do:
- Rename
clienttolc0-client(/usr/bin/clientis a bit too collision-prone) lc0-clientshould search forlc0in PATH or cwd, not in binarie's directory.- There should be a way for
lc0-clientto specify path tolc0. - Probably all temporary files should be in cwd (or in some fixed
~/lc0-files?), and it would be also nice to make it a parameter both forlc0-clientandlc0.
Metadata
Metadata
Assignees
Labels
No labels