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

To build cleora on Ubuntu 20.04 needs clang-11 #24

Closed
AlexMikhalev opened this issue Feb 20, 2021 · 3 comments
Closed

To build cleora on Ubuntu 20.04 needs clang-11 #24

AlexMikhalev opened this issue Feb 20, 2021 · 3 comments

Comments

@AlexMikhalev
Copy link

Hello all,
Great project, missing dependency in readme dependency on clang-11 (simd-json dependency)
for ubuntu 20.04 I had to install from llvm repo:

export LLVM_VERSION=12
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main"
sudo apt-get install -y clang-$LLVM_VERSION lldb-$LLVM_VERSION lld-$LLVM_VERSION clangd-$LLVM_VERSION
@piobab
Copy link
Contributor

piobab commented Feb 21, 2021

@AlexMikhalev thanks! We will take a look and fix what is needed.

@piropaolo27
Copy link

I did actually test it on a clean Ubuntu 20.04 installation, and no particular clang version was actually needed - although of course gcc and g++ were.

$ sudo apt install gcc
$ sudo apt install g++

for reference

$ rustc --version
rust 1.56.1 (59eed8a2a 2021-11-01)
$ cargo --version
cargo 1.56.0 (4ed5d137b 2021-10-04)

@piobab
Copy link
Contributor

piobab commented Nov 16, 2021

@AlexMikhalev I close the issue. Let us know if you have other problems.

@piobab piobab closed this as completed Nov 16, 2021
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

3 participants