Merge pull request #24 from Dymaxion00/master

Added a few instructions for Debian 8, clarifications
pull/35/head
Raphaël Vinot 2015-08-26 17:03:58 +02:00
commit a92170650a
1 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Install Qemu
============
Install the necessary packages:
```
sudo apt-get qemu qemu-user-static
```
Create a new image from scratch 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 echo 'deb-src http://ftp.debian.org/debian/ wheezy-backports main' >> /etc/apt/sources.list
gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553 apt-get instal debian-keyring debian-archive-keyring
gpg -a --export 8B48AD6246925553 | sudo apt-key add -
apt-get update apt-get update
``` ```
@ -102,6 +110,8 @@ Build environment specifics
cd poppler-<VERSION>/ cd poppler-<VERSION>/
dpkg-buildpackage 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 * Install the packages required by pdf2htmlEX
@ -186,6 +196,8 @@ Final image specifics
sudo ./copy_to_final.sh sudo ./copy_to_final.sh
``` ```
* Exit the chroot
Write the image on a SD card Write the image on a SD card
============================ ============================