How to add libcef.so to debian package?

404 views
Skip to first unread message

Kumar R

unread,
Apr 19, 2018, 1:56:42 AM4/19/18
to CEF Python
Hi,

Is it possible to include the libcef.so binary files to Debian package(.deb). If yes, let know how to do and what all the dependencies include it?

Czarek Tomczak

unread,
Apr 19, 2018, 2:53:36 AM4/19/18
to CEF Python
Only wheel (.whl) packages are currently supported. Debian packages were supported in the cefpython31 branch. See:
1. make-deb.py - https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/installer/make-deb.py
2. find-deps.py - https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/installer/find-deps.py
3. deps.txt - https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/installer/deps.txt
4. debian.postinst - https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/installer/debian.postinst

If you analyse the source of find-deps.py you should find a link to Chromium sources where you should be able to get the latest deps.txt file for the more recent version of Chromium.

We might reconsider supporting .deb packages again in the future.
Reply all
Reply to author
Forward
0 new messages