]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/blobdiff - README.md
Decide whether to use GPU-guard in the main Makefile
[hercules2020/hercules-compiler.git] / README.md
index efaed21cccefcb483c90264476ae93b8d286727f..cb4eef1054f7a2dac1967a8e3b64bbc21f103ab6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,10 +82,10 @@ qemu-user-static package so copy the static binaries from your host:
 Then modify /etc/apt/sources.list to contain the URL of arm64 package
 repository. This is the sources.list that I use:
 
-    deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu xenial main universe
+    deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu xenial main universe multiverse restricted
     deb-src http://cz.archive.ubuntu.com/ubuntu/ xenial main universe
 
-    deb [arch=arm64] http://ports.ubuntu.com/ xenial main universe
+    deb [arch=arm64] http://ports.ubuntu.com/ xenial main universe multiverse restricted
 
 Furthermore, Xenial has too old packages to cross build LLVM. For that
 reason, we backport the following packages: `cmake_3.7.2-1` from