nokiatech / heif

High Efficiency Image File Format
Other
1.75k stars 248 forks source link

building and installing instructions #43

Closed freswa closed 6 years ago

freswa commented 6 years ago

Hey, I am maintaining https://aur.archlinux.org/packages/heif/ but I have troubles updating to the latest v3.0 release. It would help alot if the README would have some building and installing instructions. Thanks

nokiatech commented 6 years ago

Hi, Projects main cmake define (CMakeLists.txt) has moved under heif/srcs so for Linux:

cd heif/build
cmake ../srcs
make

should be sufficient (presuming compilation tools and cmake exists in enviroment).

Example executable ends up under heif/build/bin/ with libraries under heif/build/lib/ API headers for libraries are under heif/srcs/api/...

Please note that writerapp (with its avc/hevc parser libraries) executable is no longer part of code base in v3.0 and has been replaced by writer library / API.

Your comment about README has been noted and we will update it with link to wiki: https://github.com/nokiatech/heif/wiki/I.-How-to-build-HEIF-Source-Code

freswa commented 6 years ago

Thanks @nokiatech

jassonjackson commented 6 years ago

hi ,how to call writer api?