./install.sh not working in macOs
Hi I have a macOs and I am having issues when I run the ./install.sh.
Err message:
Your linux distro is not supported currently.
You need to manually install those packages: exiftool, jq, glfw
./install.sh: line 32: glxinfo: command not found
Your OpenGL version is . OpenGL version 4.5 or higher is required.
Please update your OpenGL drivers.
I installed the mentioned packages manually but it still does not work. Any help?
install glxinfo
On Sun 7. Jul 2024 at 11:34, Auron Vila @.***> wrote:
Hi I have a macOs and I am having issues when I run the ./install.sh.
Err message:
Your linux distro is not supported currently. You need to manually install those packages: exiftool, jq, glfw ./install.sh: line 32: glxinfo: command not found Your OpenGL version is . OpenGL version 4.5 or higher is required. Please update your OpenGL drivers.
I installed the mentioned packages manually but it still does not work. Any help?
— Reply to this email directly, view it on GitHub https://github.com/cococry/leif/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXNJRYSMWW6UGXVAK7HHTI3ZLEDQRAVCNFSM6AAAAABKPGOQLWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TGOJXGMZDEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
can you give a more detailed explanation?
can you give a more detailed explanation?
in the third line since you do not have glxinfo installed, the command therefore cannot be called. He is telling you to install glxinfo before you try to install the whole thing.
This is my fork for macos. It has a MacOS install script. https://github.com/cococry/leif/compare/main...savaughn:leif:main
./install_macos.sh
although, I haven't really looked into opengl compatibility issues. macos only supports up to opengl 4.1 and this library requires 4.5