Skip to content

Commit

Permalink
Merge pull request #3281 from naushir/develop
Browse files Browse the repository at this point in the history
camera: Fix wrong package name for installation instructions
  • Loading branch information
Alasdair Allan authored Nov 15, 2023
2 parents 88dbf4d + 9806248 commit db487aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ NOTE: When building on a Raspberry Pi with 1GB or less of RAM, there is a risk t
You can rebuild `rpicam-apps` _without_ first rebuilding the whole of `libcamera` and `libepoxy`. If you do not need support for the GLES/EGL preview window then `libepoxy` can be omitted entirely. Mostly this will include Raspberry Pi OS Lite users, and they must be sure to use `-Denable_egl=false` when running `meson setup` later. These users should run:

----
sudo apt install -y rpicam-dev libjpeg-dev libtiff5-dev
sudo apt install -y libcamera-dev libjpeg-dev libtiff5-dev
----

All other users should execute:

----
sudo apt install -y rpicam-dev libepoxy-dev libjpeg-dev libtiff5-dev
sudo apt install -y libcamera-dev libepoxy-dev libjpeg-dev libtiff5-dev
----

If you want to use the Qt preview window, please also execute
Expand Down

0 comments on commit db487aa

Please sign in to comment.