Skip to content
New issue

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

Installation on Ubuntu 22.04.1 #299

Open
apoorav-singh opened this issue Aug 18, 2022 · 0 comments
Open

Installation on Ubuntu 22.04.1 #299

apoorav-singh opened this issue Aug 18, 2022 · 0 comments

Comments

@apoorav-singh
Copy link

apoorav-singh commented Aug 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant