Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
For ubuntu focal fossa only instructions given for Eoan worked for me. If we don't add Focal fossa to list people will go to "For other versions" section. which refers to libllvm3.7 which could not be installed on ubuntu focal. Hence this proposed change
  • Loading branch information
Jakhotiya authored and yonghong-song committed Oct 26, 2020
1 parent 33817e6 commit 1591469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ sudo apt-get update
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev
# For Eoan (19.10)
# For Eoan (19.10) or Focal (20.04.1 LTS)
sudo apt install -y bison build-essential cmake flex git libedit-dev \
libllvm7 llvm-7-dev libclang-7-dev python zlib1g-dev libelf-dev
Expand Down

0 comments on commit 1591469

Please sign in to comment.