mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.49k stars 270 forks source link

Error reporting when running on centos7 #327

Open gyx3598 opened 8 months ago

gyx3598 commented 8 months ago

./Ripes-v2.2.6-35-gf6130db-linux-x86_64.AppImage: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory

Do you need to install qt6? It can be solved through the installation library

mortbopet commented 8 months ago

That would be due to a missing system library (a quick google search shows that this is probably solved if you apt-get libopengl0 or freeglut3).

gyx3598 commented 8 months ago

That would be due to a missing system library (a quick google search shows that this is probably solved if you apt-get or ).libopengl0``freeglut3

I installed these two packages. It seems that the original running error has not been solved