- Download the latest version of maude:
http://maude.cs.illinois.edu/w/index.php?title=Maude_download_and_installation - Export the
*.zip
by typingunzip ~/Downloads/Maude*
- Go into the exported directory.
- Run the file
maude.linux64
Troubleshooting:
- Programm does not start and does not find
libtinfo.so.5
. Note we're referencing a lib which might has a similar name. Show yourself all similar libs withls /lib64 | grep libncurs
.cd /lib64
sudo ln -s libncursesw.so.6.0 libtinfo.so.5
Keine Kommentare:
Kommentar veröffentlichen