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

Build fails on manjaro #3894

Closed
vuvoth opened this issue Apr 16, 2022 · 1 comment · Fixed by #3893
Closed

Build fails on manjaro #3894

vuvoth opened this issue Apr 16, 2022 · 1 comment · Fixed by #3893

Comments

@vuvoth
Copy link
Contributor

vuvoth commented Apr 16, 2022

Subject of the issue

I followed readme.md to build project from source. When i run ./scripts/configure_dev.sh it call to install_linux_deps.sh.

. /etc/os-release
DISTRIB=$ID

The problem is DISTRIB = manjaro, so we can't use right packages manager tool to install dependencies. The script use apt-get, but it should be pacman in this case.

Your environment

OS: Manjaro Linux
Source: go-algorand master branch.

Steps to reproduce

  1. Run ./scripts/configure_dev.sh

Expected behaviour

Should install all dependencies for build algorand.

Actual behaviour

Throw error apt-get command not found.

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

Successfully merging a pull request may close this issue.

3 participants
@onetechnical @vuvoth and others