From d2a922b0e0c6f172fb2d62f42d6dfc61411d91fd Mon Sep 17 00:00:00 2001 From: Eleanor Saitta Date: Wed, 26 Aug 2015 10:07:06 -0400 Subject: [PATCH] Added a few instructions for Debian 8, clarifications --- README_initial_setup.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README_initial_setup.md b/README_initial_setup.md index 1377530..ee24868 100644 --- a/README_initial_setup.md +++ b/README_initial_setup.md @@ -1,3 +1,12 @@ +Install Qemu +============ + +Install the necessary packages: + +``` + sudo apt-get qemu qemu-user-static +``` + Create a new image from scratch =============================== @@ -84,8 +93,7 @@ Build environment specifics ``` echo 'deb-src http://ftp.debian.org/debian/ wheezy-backports main' >> /etc/apt/sources.list - gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553 - gpg -a --export 8B48AD6246925553 | sudo apt-key add - + apt-get instal debian-keyring debian-archive-keyring apt-get update ``` @@ -102,6 +110,8 @@ Build environment specifics cd poppler-/ dpkg-buildpackage ``` +At least on Debian 8, you may receive an error about libpoppler-glib-dev missing the gir1.2-poppler requirement; you can ignore it. + * Install the packages required by pdf2htmlEX @@ -186,6 +196,8 @@ Final image specifics sudo ./copy_to_final.sh ``` +* Exit the chroot + Write the image on a SD card ============================