Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better cmake build #170

Open
hubutui opened this issue May 30, 2020 · 0 comments
Open

better cmake build #170

hubutui opened this issue May 30, 2020 · 0 comments

Comments

@hubutui
Copy link

hubutui commented May 30, 2020

Hey, it seems that the cmake way to build and install zopfli only install zopfli.h and zopflipng_lib.h to /usr/include/. Debian use Makefile to build, and manual install header files to /usr/include/zopfli:

libzopfli-dev: /usr/include/zopfli/blocksplitter.h
libzopfli-dev: /usr/include/zopfli/cache.h
libzopfli-dev: /usr/include/zopfli/deflate.h
libzopfli-dev: /usr/include/zopfli/gzip_container.h
libzopfli-dev: /usr/include/zopfli/hash.h
libzopfli-dev: /usr/include/zopfli/katajainen.h
libzopfli-dev: /usr/include/zopfli/lz77.h
libzopfli-dev: /usr/include/zopfli/squeeze.h
libzopfli-dev: /usr/include/zopfli/symbols.h
libzopfli-dev: /usr/include/zopfli/tree.h
libzopfli-dev: /usr/include/zopfli/util.h
libzopfli-dev: /usr/include/zopfli/zlib_container.h
libzopfli-dev: /usr/include/zopfli/zopfli.h

Are these header files part of zopfli? Should they be installed to system? Maybe the CMakeLists.txt needs to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant