YosysHQ / icestorm

Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
ISC License
963 stars 224 forks source link

Installation on Ubuntu 22.04.1 #299

Open apoorav-singh opened 1 year ago

apoorav-singh commented 1 year ago

I had issue with installation of pre-requisites

sudo apt install xdot pkg-config python python3 libftdi-dev

image

How I fixed it: Removed "python".

sudo apt install qt5-default python3-dev libboost-all-dev cmake

image

How I fixed it:

sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

According to the Qt forum for "Issue with sudo apt-get install qt5-default".

Then removing "qt5-default" from installation command.

Note: I am not an expert on this topic, please ping me back if my solution is faulty. Please update the installation process.

I accessed the tutorial from: https://clifford.at/icestorm