We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 reindexer@v3.0.0+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.
The text was updated successfully, but these errors were encountered:
yay -S gcc snappy leveldb make curl cmake unzip git
there is version for arch on the branch release/4
Sorry, something went wrong.
No branches or pull requests
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:
The arrays:
Please, add.
The text was updated successfully, but these errors were encountered: