-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Need to update install instructions #290
Comments
Im trying to start a new project with proton native, but when i execute the command Im getting this error ` > npx proton-native-cli init Creator Installing packages... This may take a few minutes.
node-pre-gyp WARN Using needle for node-pre-gyp https download npm ERR! A complete log of this run can be found in: How i resolve, i installed qtbase5-dev and qt5-default (Ubuntu 18.04) |
Link to the page
Quote of Error
On the instruction page, there's a directions that one needs to install
qtbase5-dev
When I installed this package on a fresh, stock install of Ubuntu, I got the message "could not find a Qt installation of ''".
I looked for the error in Stackoverflow and found that also running the command
sudo apt-get install qt5-default
seemed to fix this problem.
Proposed changes
I would suggest adding the qt5-default it to the documentation, as well as doing a double check with a clean install of Ubuntu just to make sure there's no additional dependencies missing in the docs. I'm guessing that the devs on this project already had a lot of the qt infrastructure set up on their machines, and a few stray dependencies they forgot were needed might have gotten past the docs.
One other suggestion, I think a lot of people, including myself, would be installing this for Ubuntu, so perhaps a
sudo apt-get install qtbase5-dev
sudio apt-get install qt5-default
Would be useful in a "Installing for Ubuntu" section.
The text was updated successfully, but these errors were encountered: