bootlin / training-materials

Bootlin embedded Linux and kernel training materials
https://bootlin.com/training/
Other
603 stars 179 forks source link

Add missing ghostscript dependency #226

Closed WitekioPhil closed 6 months ago

WitekioPhil commented 6 months ago

Generating the Embedded Linux training materials according to the instructions in the README leads to a ghostscript error.

This is due to ghostscript not being listed in the dependencies to install using APT.

Solution: add ghostscript to the instructions.

WitekioPhil commented 6 months ago

P.S. thanks for making these excellent materials available.

michaelopdenacker commented 6 months ago

Thanks for your contribution! Happy to include it.

tpetazzoni commented 6 months ago

Indeed, ghostscript is our Docker container definition: https://github.com/bootlin/training-materials/blob/master/.github/actions/build-material-action/Dockerfile#L15