Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 621 Bytes

File metadata and controls

32 lines (24 loc) · 621 Bytes

Init the project

Clone this repo with fetching all the data of submodules

git clone --recurse-submodules https://github.com/Cykooz/libheif-sys.git

Or init and fetch all the data of submodules if you already have cloned the repo without submodules:

git submodule init
git submodule update

Pull changes with submodules updating

git pull --recurse-submodules

Update a version of embedded libheif

  • Fetch from a remote repository:
    git -C vendor/libheif fetch origin
  • Checkout to required tag:
    git -C vendor/libheif/ checkout v1.19.8