Skip to content

Commit

Permalink
Merge pull request #168 from pktiuk/patch-1
Browse files Browse the repository at this point in the history
Add missing dependencies to build instructions
  • Loading branch information
azubieta authored Nov 29, 2021
2 parents 97645f5 + 55a37dd commit 1b97acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section describes how to build `libappimageupdate` and `libappimage` for co

```# Compile and install libappimageupdate
sudo apt -y install wget git cmake g++ libcurl4-openssl-dev libx11-dev libz-dev
sudo apt -y install wget git cmake g++ libcurl4-openssl-dev libx11-dev libz-dev libfuse-dev librsvg2-dev
git clone --recursive https://github.com/AppImage/AppImageUpdate
cd AppImageUpdate/
Expand Down Expand Up @@ -57,7 +57,7 @@ cat /etc/redhat-release
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm
yum install git cmake3 gcc-c++ curl-devel libX11-devel zlib-devel
yum install git cmake3 gcc-c++ curl-devel libX11-devel zlib-devel fuse-devel librsvg2-devel cairo-devel
git clone --recursive https://github.com/AppImage/AppImageUpdate
cd AppImageUpdate/
Expand Down

0 comments on commit 1b97acc

Please sign in to comment.