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

ArchLinux is unsupported in dependencies.sh #67

Open
vnezvpno opened this issue Dec 23, 2020 · 1 comment
Open

ArchLinux is unsupported in dependencies.sh #67

vnezvpno opened this issue Dec 23, 2020 · 1 comment

Comments

@vnezvpno
Copy link

vnezvpno commented Dec 23, 2020

When I try to run dependencies.sh, I'm getting "Unsupported OS" error. I am Manjaro user, but inside deps arrays I couldn't find any arch mentions.

The error:

[vnezvpno@vnezvpno-laptop [email protected]+incompatible]$ bash dependencies.sh
[ ERROR ] Unsupported OS type.

The arrays:

# declare dependencies arrays for systems
osx_deps="gperftools leveldb snappy cmake git"
centos8_debs="gcc-c++ make snappy-devel leveldb-devel gperftools-devel findutils curl tar unzip rpm-build rpmdevtools git"
fedora_debs=" gcc-c++ make snappy-devel leveldb-devel gperftools-devel findutils curl tar unzip rpm-build rpmdevtools git"
centos7_debs="centos-release-scl devtoolset-9-gcc devtoolset-9-gcc-c++ make snappy-devel leveldb-devel gperftools-devel findutils curl tar unzip rpm-build rpmdevtools git"
centos6_debs="devtoolset-9-gcc devtoolset-9-gcc-c++ make snappy-devel leveldb-devel gperftools-devel findutils curl tar unzip rpm-build git"
debian_debs="build-essential g++ libgoogle-perftools-dev libsnappy-dev libleveldb-dev make curl unzip git"
alpine_apks="g++ snappy-dev leveldb-dev libexecinfo-dev make curl cmake unzip git"

Please, add.

@Kistor
Copy link

Kistor commented Jun 8, 2023

  1. you cat do
yay -S gcc snappy leveldb make curl cmake unzip git

there is version for arch on the branch release/4

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

2 participants