> This distribution is for Linux systems with `x64` (`x86_64`) architecture and `glibc >= 2.28`
> To check `glibc` version run this command in terminal: `ldd --version`

# Running the installer
1. Extract all files of this archive into one folder
2. Для инсталлятора (.run) в свойствах файла укажите "Выполнять файл как программу"
3. (Один раз) Install prerequisites (Internet connection is required).
    Open terminal and execute:
    ```
    sudo apt-get update
    sudo apt-get install libxcb-xinerama0
    sudo apt-get install libxcb-cursor0
    sudo apt-get install libgl1-mesa-dev
    ```
4. Run the installer (double click) and follow instructions
5. Go to Apps menu and find NeuroPlayPro

# Troubleshooting
If the app does not run try opening it in terminal
1. Open installation directory in terminal (e.g. `\home\USERNAME\NeuroPlayPro`)
2. Run in terminal:
    ```
    ./NeuroPlayPro.sh
    ```
3. (Usually) Resolve missing libraries manually



