GsDevKit_home icon indicating copy to clipboard operation
GsDevKit_home copied to clipboard

Linux Mint 19 not recognized while installation

Open feldti opened this issue 4 years ago • 0 comments

As usual- add the following code to installOsPrereqs:

  19.1) #Linux Mint 19.1
    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
    ;;

feldti avatar Feb 04 '20 08:02 feldti