Skip to content

Commit

Permalink
move the jpegtran install to extra -- don't expect many to be using that
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias-Wandel committed Mar 22, 2021
1 parent 5636420 commit c0d7d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions setup/install-packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
# libjpeg is required to compile imgcomp and the browsing program.
sudo apt-get install -y libjpeg-dev

# This gets the 'jpegtran' command, useful for losslessly making
# the images 5% smaller as we go
sudo apt-get install -y libjpeg-progs


# Apache is required for the web based browsing program
sudo apt-get install -y apache2
1 change: 1 addition & 0 deletions setup/install-packages-extra
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# These are not required.
sudo apt-get install -y vim
sudo apt-get install -y jhead
sudo apt-get install -y libjpeg-progs
sudo apt-get install -y fbi
sudo apt-get install -y jp2a
sudo apt-get install -y apcalc
Expand Down

0 comments on commit c0d7d73

Please sign in to comment.