mazurwiktor / albion-online-stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.
Apache License 2.0
195 stars 63 forks source link

[FEATURE REQUEST] How NOT to install on Linux #83

Open Tyrben opened 3 years ago

Tyrben commented 3 years ago

Describe the bug After following the README on a Linux system, I have several concerns. 1- aostats seems to be (partially) "installed" on my system, but I don't want that. 2- the README + the files aren't clear about this (3- side effect: aostats is not fully installed and triggers an error on statup)

Log file no file

To Reproduce Steps to reproduce the behavior:

  1. Linux with python 3.7
  2. Run the readme steps (same than the external albion-online-stats.sh file)
  3. Run aostats
  4. See error

Expected behavior I would like a simple .py entry point to run aostats without installing anything other than python, pip, and python dependencies. No copy in my system directory unknown to my package manager.

Screenshots no screenshot

Desktop (please complete the following information):

Additional context ask questions

GeorgeTasop commented 2 years ago

Hi there, I followed the build steps on my machine (Ubuntu 20.04) and when I run aostats it popped an OpenGL error. If that is the case with you too, maybe this will solve your problem:

sudo apt install libopengl-dev

I agree with @Tyrben and would too recommend to document the installation process better.