mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error reporting when running on centos7

gyx3598 opened this issue · comments

./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

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).

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