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

Dependencies not in order #1035

Open
justanwar opened this issue Nov 23, 2024 · 0 comments
Open

Dependencies not in order #1035

justanwar opened this issue Nov 23, 2024 · 0 comments

Comments

@justanwar
Copy link

Following stack_wallet/blob/staging/docs/building.md sequentially will cause user to encounter errors as some things in the earlier sections require dependencies that are only installed in the later sections.

Some examples:

justanwar@stack-2004:~$ flutter precache
Error: Unable to find git in your PATH.

(requires git which will be installed at Install basic dependencies)

justanwar@stack-2004:~$ sudo apt-get install -y vapigen
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vapigen
justanwar@stack-2004:~$ pip3 install --upgrade meson==0.64.1 markdown==3.4.1 markupsafe==2.1.1 jinja2==3.1.2 pygments==2.13.0 toml==0.10.2 typogrify==2.0.7 tomli==2.0.1

Command 'pip3' not found, but can be installed with:

sudo apt install python3-pip

(requires python3-pip, which is only installed at Linux desktop specific dependencies)

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

No branches or pull requests

1 participant