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

Can't build - missing install-deps.sh support for Slackware Linux #849

Open
lllouisus opened this issue Oct 19, 2022 · 7 comments
Open

Can't build - missing install-deps.sh support for Slackware Linux #849

lllouisus opened this issue Oct 19, 2022 · 7 comments
Labels
build good first issue Good for newcomers help wanted Extra attention is needed platform: linux topics that directly address Linux platform (any distro)

Comments

@lllouisus
Copy link

Excuse me for being a computer novice, I seem unable to handle this issue.
2022-10-19_10-40

@Utkarsh-khambra
Copy link
Collaborator

What is your OS? And did you run scripts/install-deps.sh?

@lllouisus
Copy link
Author

Yeah, I have run the script and the top lines are the results after the run, My OS: Slackware Kerneal: 5.15.63

@lllouisus
Copy link
Author

I tried to rerun the script:
2022-10-19_11-15

@Utkarsh-khambra
Copy link
Collaborator

Utkarsh-khambra commented Oct 19, 2022

Sorry we need to add slackware support for installing dependency.
In the meanwhile you can either install dependencies manually by looking at what install_deps.sh is doing or try the latest release Appimage.

@lllouisus
Copy link
Author

lllouisus commented Oct 19, 2022

The AppImage also lacks some dependencies,
2022-10-19_11-38

Anyway, thank you for your response, I will try to continue the problem because I want to use this high performance terminal.

@Yaraslaut
Copy link
Member

Then you need to change install-deps.sh a bit and add the following calls :

fetch_and_unpack_Catch2
fetch_and_unpack_fmtlib
fetch_and_unpack_gsl
fetch_and_unpack_yaml_cpp
fetch_and_unpack_range

You can add this right after the line with 439: echo "OS $ID not supported."

@lllouisus
Copy link
Author

Then you need to change install-deps.sh a bit and add the following calls :

fetch_and_unpack_Catch2
fetch_and_unpack_fmtlib
fetch_and_unpack_gsl
fetch_and_unpack_yaml_cpp
fetch_and_unpack_range

You can add this right after the line with 439: echo "OS $ID not supported."

Thank you! I'll try it.

@christianparpart christianparpart changed the title Can't build Can't build - missing install-deps.sh support for Slackware Linux Oct 21, 2022
@christianparpart christianparpart added build platform: linux topics that directly address Linux platform (any distro) labels Oct 21, 2022
@christianparpart christianparpart added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build good first issue Good for newcomers help wanted Extra attention is needed platform: linux topics that directly address Linux platform (any distro)
Projects
None yet
Development

No branches or pull requests

4 participants