Hey,
I tested the recent unreleased 0.5 appimage build, but when I try to run it, I get this error:
~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage
/tmp/.mount_OurPaiByh2sp/OurPaint: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»
O.S. :
Debian 12 KDE, up to date.
Hey,
I tested the recent unreleased 0.5 appimage build, but when I try to run it, I get this error:
```
~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage
/tmp/.mount_OurPaiByh2sp/OurPaint: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»
```
O.S. :
Debian 12 KDE, up to date.
Ok! After a PM with Yiming Wu on Mastodon, I installed libglew2.2
sudo apt install libglew2.2
Then, the appimage complained about another library:
~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage
/tmp/.mount_OurPaiie5xC7/OurPaint: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»
After that, Ourpaint launched! I'm closing the issue.
Ok! After a PM with Yiming Wu on Mastodon, I installed libglew2.2
```
sudo apt install libglew2.2
```
Then, the appimage complained about another library:
```
~/sources/OurPaint »»» ./OurPaint-v0.5-x86_64.AppImage
/tmp/.mount_OurPaiie5xC7/OurPaint: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
~/sources/OurPaint »»»
```
So I had to follow the same pattern and install
```
sudo apt install libluajit-5.1-2 libluajit-5.1-common
```
After that, Ourpaint launched! I'm closing the issue.
Hey, I tested the recent unreleased 0.5 appimage build, but when I try to run it, I get this error:
O.S. : Debian 12 KDE, up to date.
Ok! After a PM with Yiming Wu on Mastodon, I installed libglew2.2
Then, the appimage complained about another library:
So I had to follow the same pattern and install
After that, Ourpaint launched! I'm closing the issue.