I am building it on amazon linux machine. I can run easily upto below command
DEBIAN_FRONTEND=noninteractive yum install -y sudo wget net-tools ca-certificates unzip
(and note I have to use yum)
but next command - echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list.d/llvm.list
gives following error
-bash: /etc/apt/sources.list.d/llvm.list: No such file or directory
what to do?? yr help is much appreciated.
RE: EOS Build Guide on Ubuntu (Updated)