I'm just going to document here the steps I had to go through to install Lattice iCEcube2 in Linux Mint 19.1 MATE as I pieced it together from several places:
1. Register on the page and download the Lattice iCEcube2 installer from here.
2. Download the libpng12-0 i386 installer deb from here.
3. Install libpng12-0 from the deb
4. Open a terminal and type
Code: Select all
ifconfig -a
5. Go to the licensing page linked on the Lattice iCEcube2 download page. Paste the hardware (MAC) address into the field only field present. Change the colons(:) to dashes(-), check the checkbox and hit submit.
6. Create a directory to install Lattice iCEcube2 into.
7. Go to your email program and save the license.dat file you received in that directory.
8. Open a console and type the following two commands:
Code: Select all
sudo ip link add eth0 type dummy
sudo ip link set eth0 address(hardware address)
9. Now run the installer and proceed as normal. When asked for the license, point to the file you saved.
This should result in a shortcut on your desktop to a working iCEcube2 install. I haven't used it yet, but it at least comes up to a working screen.
Statik