-
This page is what i am following.
Here is my current environment in my ubuntu machine
Here is what i am getting when i do
Notice how it does not say what is failing. Any help would be much appreciated ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Hi @yassinm, it looks like Bazelisk is missing on your system (2nd from the bottom in the prerequisite list): I think if you install Bazelisk you will be one step closer to getting the build to work. Good luck!! |
Beta Was this translation helpful? Give feedback.
-
Can you try running |
Beta Was this translation helpful? Give feedback.
-
That works! Now i was able to find where the build was failing.
|
Beta Was this translation helpful? Give feedback.
-
I am on ubuntu so i ended up doing installing libedit-dev from the system packaged
After that here is what i get
Does this mean i am finally good ? |
Beta Was this translation helpful? Give feedback.
Can you try running
git submodule update --init
to ensure the submodules are initialized and see if that helps?