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

Make client more linux distro friendly. #92

Open
mooskagh opened this issue Apr 29, 2019 · 1 comment
Open

Make client more linux distro friendly. #92

mooskagh opened this issue Apr 29, 2019 · 1 comment

Comments

@mooskagh
Copy link
Member

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:

  1. Rename client to lc0-client (/usr/bin/client is a bit too collision-prone)
  2. lc0-client should search for lc0 in PATH or cwd, not in binarie's directory.
  3. There should be a way for lc0-client to specify path to lc0.
  4. 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 for lc0-client and lc0.
@borg323
Copy link
Member

borg323 commented Jul 7, 2020

I think we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants