-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
documentation: missing prerequisite causes build failure #7255
Comments
@kharazit which steps were you explicitly following? |
@kharazit which step or at what point did it fail for you? |
The |
I see you've updated the description so it's clearer thank you. |
Yes |
Please try (as described in #2174):
Update: If the command works for you I will update the |
Okay. That seemed to work. I suppose it's pretty normal to assume people have that installed, haha. Thank you. However, I still feel the documentation could be improved. The documentation could be centralized into one location, common build errors, etc. Because I am clearly not the only struggling to figure out how to get this to work. |
I'll update the prerequisites docs :) glad it worked for you. |
Awesome. I will know where to look to point myself and others when we get stuck. I appreciate it! |
The following commit updates the `prerequisites` for Linux to include `sudo apt-get install build-essential`. The change was first described in the following comment #2174 (comment) but was never included. It was also useful in resolving the issue #7255. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
The following commit updates the `prerequisites` for Linux to include `sudo apt-get install build-essential`. The change was first described in the following comment #2174 (comment) but was never included. It was also useful in resolving the issue #7255. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
The following commit updates the `prerequisites` for Linux to include `sudo apt-get install build-essential`. The change was first described in the following comment eclipse-theia#2174 (comment) but was never included. It was also useful in resolving the issue eclipse-theia#7255. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
Description
The process of installing theia is horrible. I have been working for hours to get a working install of the software to no avail. Earlier, I had a working docker image, but for some reason I didn't have a full terminal, nor access to the entire filesystem. I have never had so much trouble trying to install an IDE/editor in my life. It is unfortunately my only other option for a web hosted ide.
Trying to correct the docker/terminal issue I decided to have another go at install theia from source. Beginning from the documentation, and following the directions exactly leads to failed builds. Can someone please work out a more complete documentaion? I have been surrounded by issues regarding npm, node, yarn, etc, which is all black magic for us outside of the javascript universe.
The current error I am dealing with is the following:
-->
Reproduction Steps
To recreate this issue just try and install from ubuntu following the exact steps in the git. It won't work, promise.
OS and Theia version:
Ubuntu 18.03
Theia latest
Diagnostics:
The text was updated successfully, but these errors were encountered: