Skip to content

Commit

Permalink
installing barretenberg dependencies noir-lang#6
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed Nov 25, 2021
1 parent f186b45 commit d7fcf9f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions barretenberg_dep.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
sudo apt-get update -y && sudo apt-get install -y libomp-dev
sudo apt-get update -y && sudo apt-get install -y \
xz-utils \
build-essential \
curl \
&& curl -SL http://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz | tar -xJC . \
&& mv clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04 /usr/local/clang_9.0.0

export PATH="/usr/local/clang_9.0.0/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/clang_9.0.0/lib:$LD_LIBRARY_PATH"

0 comments on commit d7fcf9f

Please sign in to comment.