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

cargo - nakamoto build error #79

Open
urza opened this issue May 14, 2024 · 2 comments
Open

cargo - nakamoto build error #79

urza opened this issue May 14, 2024 · 2 comments
Labels
backend::nakamoto Related to the nakamoto backend documentation Improvements or additions to documentation

Comments

@urza
Copy link

urza commented May 14, 2024

Hi,

following these instructions from readme:

git clone https://github.com/vincenzopalazzo/nakamoto.git && cd nakamoto
git checkout macros/client_model-fixes
cd node
cargo run -- --log debug --testnet

results in these errors:
image

@urza
Copy link
Author

urza commented May 14, 2024

After googling the error I found the solution:

sudo apt install build-essential

Maybe this hint should be added to the readme. I am on fresh ubuntu 22.04 so it is probably very common that others will run into this as well.

@vincenzopalazzo
Copy link
Contributor

Maybe this hint should be added to the readme. I am on fresh ubuntu 22.04, so it is probably very common that others will also run into this.

Yeah, I think we should specify that currently, we are not able to create a sandbox (e.g with nix) so the host OS should contain all the pre-requisite for compiling the plugin,

Another docs issue for @tareknaser

@vincenzopalazzo vincenzopalazzo added documentation Improvements or additions to documentation backend::nakamoto Related to the nakamoto backend labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend::nakamoto Related to the nakamoto backend documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants