jcnils / protonhax

Run programs inside your game proton's environment.
BSD 3-Clause "New" or "Revised" License
118 stars 7 forks source link

Add install instructions #10

Closed tim-gromeyer closed 1 year ago

tim-gromeyer commented 1 year ago

Hello :=)

Can you please add install instructions and/or a make install target? This would also help with packaging

jcnils commented 1 year ago

Hello,

I can add some instructions and update the Makefile - also, feel free to send a PR. In general, you just need to be able to call envload and protonhax from a terminal, and steam being visible to them*.

For Arch, the process can be seen here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=protonhax-git

Something in the lines.

  1. Clone the repo, or download from the release page
  2. Open the folder in a terminal
  3. make - it will build the envload
  4. Copy envload and protonhax to where you want to call them from and give proper permissions. e.g /usr/bin (but not everyone wants to deploy there)