Ubuntu 24.04 and Vivado
Created by: rosethompson
This isn't an issue with Wally, but with Vivado. It requires two packages libncurses5 and libtinfo5 which were part of Ubuntu 22.04. Unfortunately 24.04 does not have these packages but uses libncurses6 and libtinfo6 which are just ignored by Vivado. I have a work around, but it's not ideal and if anyone else has a better idea I'll take that before create an install script for this work around.
The work around. wget the .deb for both ubuntu 22.04 packages and then use dpkg-deb to extra the libraries and then copies the files to their respective locations. The primary downside is lack of automatic updates.