GsDevKit / GsDevKit_home

master GsDevKit project
http://gsdevkit.github.io/GsDevKit_home
MIT License
31 stars 36 forks source link

Ubunti 20.04 Installation failed - not recognized #290

Closed feldti closed 4 years ago

feldti commented 4 years ago

There are several points here: a) The Ubuntu version is not recognized, but this is expectable and can be fixed very fast. In:

~/GsDevKit_home/bin/utils/installOsPrereqs:

  14.04|16.04|18.04|20.04)
    sudo dpkg --add-architecture i386
    installUbuntuPackages
    sudo apt-get -y install fonts-dejavu # ensure that DejaVu Sans Mono font present (default font for tODE)
    sudo ln -f -s /usr/lib/i386-lin-gnu/libstdc++.so.6 /usr/lib/i386-linux-gnu/libstdc++.so
    ;;

and an installServer brings up all downloads and that's it

dalehenrich commented 4 years ago

fixed with this merge commit d050ca6a8