We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had issue with installation of pre-requisites
sudo apt install xdot pkg-config python python3 libftdi-dev
How I fixed it: Removed "python".
sudo apt install qt5-default python3-dev libboost-all-dev cmake
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had issue with installation of pre-requisites
How I fixed it: Removed "python".
How I fixed it:
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
The text was updated successfully, but these errors were encountered: